summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2011-07-01 14:50:34 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2011-07-01 14:50:34 +0200
commite6ad5d883663688d0e36e9d506aa9a1f1190c47f (patch)
tree6d6bcaa6c6b1a54c40bab208a7234ecb860eea73 /PluginRoutingInterfaceDbus
parent02acf3cebd9ec61193f63415590929ef40c504c1 (diff)
downloadaudiomanager-e6ad5d883663688d0e36e9d506aa9a1f1190c47f.tar.gz
changed daemon directory name
changed absolute path for doxygen to relative path
Diffstat (limited to 'PluginRoutingInterfaceDbus')
-rw-r--r--PluginRoutingInterfaceDbus/CMakeLists.txt2
-rw-r--r--PluginRoutingInterfaceDbus/Doxyfile.in2
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