diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2011-07-01 14:50:34 +0200 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2011-07-01 14:50:34 +0200 |
commit | e6ad5d883663688d0e36e9d506aa9a1f1190c47f (patch) | |
tree | 6d6bcaa6c6b1a54c40bab208a7234ecb860eea73 /PluginRoutingInterfaceDbus | |
parent | 02acf3cebd9ec61193f63415590929ef40c504c1 (diff) | |
download | audiomanager-e6ad5d883663688d0e36e9d506aa9a1f1190c47f.tar.gz |
changed daemon directory name
changed absolute path for doxygen to relative path
Diffstat (limited to 'PluginRoutingInterfaceDbus')
-rw-r--r-- | PluginRoutingInterfaceDbus/CMakeLists.txt | 2 | ||||
-rw-r--r-- | PluginRoutingInterfaceDbus/Doxyfile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PluginRoutingInterfaceDbus/CMakeLists.txt b/PluginRoutingInterfaceDbus/CMakeLists.txt index c5fa002..ed15031 100644 --- a/PluginRoutingInterfaceDbus/CMakeLists.txt +++ b/PluginRoutingInterfaceDbus/CMakeLists.txt @@ -21,7 +21,7 @@ INCLUDE_DIRECTORIES( ${STD_INCLUDE_DIRS} ${CMAKE_CURRENT_BINARY_DIR} ${DBUS_FOLDER} - ../AudioManagerDeamon + ../AudioManagerDaemon ) # add Qt modules here, the include will setup QT_LIBRARIES diff --git a/PluginRoutingInterfaceDbus/Doxyfile.in b/PluginRoutingInterfaceDbus/Doxyfile.in index 8cd2e46..9a193ed 100644 --- a/PluginRoutingInterfaceDbus/Doxyfile.in +++ b/PluginRoutingInterfaceDbus/Doxyfile.in @@ -590,7 +590,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = /home/blacky/workspace/PluginRoutingInterfaceDbus +INPUT = @CMAKE_CURRENT_SOURCE_DIR@ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is |