diff options
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 |