summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2014-11-03 19:16:50 +0100
committerChristian Linke <christian.linke@bmw.de>2014-11-03 19:16:50 +0100
commit76eaa73abe7469efaef801a4aec71ab707141758 (patch)
treee7f9f0a9b37883caafbbfb664f6d2446e12cd794
parentac4da724bcba2899c0d02dc18a6f4e6d54e2fa39 (diff)
downloadaudiomanager-76eaa73abe7469efaef801a4aec71ab707141758.tar.gz
*make Nodestatemanager fidls work with generator
Signed-off-by: Christian Linke <christian.linke@bmw.de>
-rw-r--r--AudioManagerDaemon/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerDaemon/CMakeLists.txt b/AudioManagerDaemon/CMakeLists.txt
index e263aea..438c263 100644
--- a/AudioManagerDaemon/CMakeLists.txt
+++ b/AudioManagerDaemon/CMakeLists.txt
@@ -163,7 +163,7 @@ IF(WITH_NSM)
# The ALT_DESTINATION is used as fall back if the DESTINATION directory dosen't contain the sources or you just don't want to use the generator.
INCLUDE(CommonAPIGenerator)
COMMON_API_GENERATE_SOUCRES(TARGET COMMON_API
- FIDLS fidls/NodeStateManager.fdepl # a list with fidls
+ FIDLS fidls/NodeStateManager.fidl # a list with fidls
DESTINATION src-gen # a relative path to the build directory or an absolute path
ALT_DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/src-gen # an alternative relative/absolute path with common-api sources, usually in the source tree
DBUS)