From 0269a33680a25e5d682761e8af434611cb28d00c Mon Sep 17 00:00:00 2001 From: christian linke Date: Fri, 11 Jan 2013 13:09:26 +0100 Subject: * add support to switch dedicated plugins off, fix databasehandler regarding getSourceInfo and getSinkInfo, add and fix tests for database Signed-off-by: christian linke --- AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AudioManagerDaemon/test/AmRoutingInterfaceTest') diff --git a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt index 2928335..3799151 100644 --- a/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt +++ b/AudioManagerDaemon/test/AmRoutingInterfaceTest/CMakeLists.txt @@ -62,8 +62,8 @@ file(GLOB ROUTING_INTERFACE_SRCS_CXX ) IF(WITH_NSM) - SET (CONTROL_INTERFACE_SRCS_CXX - ${CONTROL_INTERFACE_SRCS_CXX} + SET (ROUTING_INTERFACE_SRCS_CXX + ${ROUTING_INTERFACE_SRCS_CXX} "../../src/CAmNodeStateCommunicator.cpp") ENDIF(WITH_NSM) -- cgit v1.2.1