From 67072286bf8bd0aa2dee81953cc2ce08ea8d3dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Wed, 24 Feb 2010 22:32:10 +0000 Subject: - Remove the lib prefix for plugin names. - Remove a (resolved) comment. - Add a commented out line how to add version infos to the plugin's file name. svn path=/trunk/; revision=31995 --- plugins/m2m/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/m2m/CMakeLists.txt') diff --git a/plugins/m2m/CMakeLists.txt b/plugins/m2m/CMakeLists.txt index 28b85b82d5..9878043c31 100644 --- a/plugins/m2m/CMakeLists.txt +++ b/plugins/m2m/CMakeLists.txt @@ -54,13 +54,11 @@ register_dissector_files(plugin.c ${DISSECTOR_SRC} ) -# todo -# Do I need any of this or is this handled by type MODULE? -# asn1_la_LDFLAGS = -module -avoid-version - add_library(m2m ${LINK_MODE_MODULE} ${PLUGIN_FILES} ) +set_target_properties(m2m PROPERTIES PREFIX "") +#set_target_properties(m2m PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION}) target_link_libraries(m2m epan) -- cgit v1.2.3