aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-01 09:04:28 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-01 09:04:28 +0000
commit5959f75518be3eeca3c4e0c23950a2ab0ed2a643 (patch)
tree9c4f44809b73029318b62eef8f29edaaaffe3f13 /plugins
parent5ef6c6d08a4d2cd013cae800fc1f3f6f4212dff4 (diff)
parlay changes to Cmake
svn path=/trunk/; revision=42965
Diffstat (limited to 'plugins')
-rw-r--r--plugins/giop/CMakeLists.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/giop/CMakeLists.txt b/plugins/giop/CMakeLists.txt
index 90b80f9ede..43d4bb7b27 100644
--- a/plugins/giop/CMakeLists.txt
+++ b/plugins/giop/CMakeLists.txt
@@ -32,15 +32,11 @@ set(COSEVENTCOMM_SRC
set(TANGO_SRC
packet-tango.c
)
-set(PARLAY_SRC
- packet-parlay.c
-)
set(CLEAN_FILES
${COSNAMING_SRC}
${COSEVENTCOMM_SRC}
# Not clean ${TANGO_SRC}
- # Not clean ${PARLAY_SRC}
)
if (WERROR)
@@ -95,17 +91,3 @@ install(TARGETS tango
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}
)
-add_library(parlay ${LINK_MODE_MODULE}
- ${PARLAY_SRC}
-)
-set_target_properties(parlay PROPERTIES PREFIX "")
-set_target_properties(parlay PROPERTIES LINK_FLAGS "${WS_LINK_FLAGS}")
-
-target_link_libraries(parlay epan)
-
-install(TARGETS parlay
- LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION} NAMELINK_SKIP
- RUNTIME DESTINATION ${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}
- ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}
-)
-