summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-04-03 16:26:42 +0200
committerchristian mueller <christian.ei.mueller@bmw.de>2012-04-03 16:26:42 +0200
commit2a10a4e177bade0c55ac94d82aff00f6993cfa91 (patch)
tree13cf85f7c17f326960856de542aec1b627848ea3 /PluginRoutingInterfaceAsync
parent080c47ed68134f5665ffe72c0787b7ac84085e23 (diff)
downloadaudiomanager-2a10a4e177bade0c55ac94d82aff00f6993cfa91.tar.gz
* [GAM-56] fix
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync')
-rw-r--r--PluginRoutingInterfaceAsync/CMakeLists.txt5
-rw-r--r--PluginRoutingInterfaceAsync/test/CMakeLists.txt2
2 files changed, 4 insertions, 3 deletions
diff --git a/PluginRoutingInterfaceAsync/CMakeLists.txt b/PluginRoutingInterfaceAsync/CMakeLists.txt
index ca1e467..e3e52f7 100644
--- a/PluginRoutingInterfaceAsync/CMakeLists.txt
+++ b/PluginRoutingInterfaceAsync/CMakeLists.txt
@@ -19,7 +19,7 @@ PROJECT(PluginRoutingInterfaceAsync)
set(LIBRARY_OUTPUT_PATH ${PLUGINS_OUTPUT_PATH}/routing)
set(DOC_OUTPUT_PATH ${DOC_OUTPUT_PATH}/RoutingAsync)
-set(include_FOLDER "include")
+set(INCLUDE_FOLDER "include")
FILE(READ "${AUDIO_INCLUDE_FOLDER}/routing/IAmRoutingSend.h" VERSION_BUFFER LIMIT 6000)
STRING(REGEX MATCH "RoutingSendVersion*.[^0-9]*[0-9].[0-9]*[0-9]" LIB_INTERFACE_VERSION_STRING ${VERSION_BUFFER})
@@ -33,7 +33,8 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${AUDIO_INCLUDE_FOLDER}
- ${include_FOLDER}
+ ${PROJECT_INCLUDE_FOLDER}
+ ${INCLUDE_FOLDER}
${DBUS_INCLUDE_DIR}
${DBUS_ARCH_INCLUDE_DIR}
)
diff --git a/PluginRoutingInterfaceAsync/test/CMakeLists.txt b/PluginRoutingInterfaceAsync/test/CMakeLists.txt
index 3357a4a..0fee078 100644
--- a/PluginRoutingInterfaceAsync/test/CMakeLists.txt
+++ b/PluginRoutingInterfaceAsync/test/CMakeLists.txt
@@ -35,7 +35,7 @@ INCLUDE_DIRECTORIES(
${AUDIO_INCLUDE_FOLDER}
${CMAKE_SOURCE_DIR}
${DLT_INCLUDE_DIRS}
- ${include_FOLDER}
+ ${INCLUDE_FOLDER}
${GTEST_INCLUDE_DIR}
${DBUS_INCLUDE_DIR}
${DBUS_ARCH_INCLUDE_DIR}