summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceDbus
diff options
context:
space:
mode:
authorAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2013-10-16 14:33:01 +0200
committerAleksandar Donchev <Aleksander.Donchev@partner.bmw.de>2013-10-16 14:33:01 +0200
commit03ca903c443e2e3f324fa93067a027dd8af47d5a (patch)
tree0733f20eb948ab68f9315a21e879bac8684fe1a9 /PluginRoutingInterfaceDbus
parentb72c30954118c94946b7f60e03cd10403823f311 (diff)
downloadaudiomanager-03ca903c443e2e3f324fa93067a027dd8af47d5a.tar.gz
* Bug 61 fixed. The plugins are built as module and SOVERSION is removed.
Diffstat (limited to 'PluginRoutingInterfaceDbus')
-rw-r--r--PluginRoutingInterfaceDbus/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/PluginRoutingInterfaceDbus/CMakeLists.txt b/PluginRoutingInterfaceDbus/CMakeLists.txt
index be7548c..2e66871 100644
--- a/PluginRoutingInterfaceDbus/CMakeLists.txt
+++ b/PluginRoutingInterfaceDbus/CMakeLists.txt
@@ -59,13 +59,8 @@ INCLUDE_DIRECTORIES(
# all source files go here
file(GLOB PLUGINDBUS_SRCS_CXX "src/*.cpp")
-
add_library(PluginRoutingInterfaceDbus MODULE ${PLUGINDBUS_SRCS_CXX})
-SET_TARGET_PROPERTIES(PluginRoutingInterfaceDbus PROPERTIES
- SOVERSION "${LIB_INTERFACE_VERSION}"
-)
-
TARGET_LINK_LIBRARIES(PluginRoutingInterfaceDbus
${DLT_LIBRARIES}
${DBUS_LIBRARY}