aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/wimaxasncp/CMakeLists.txt b/plugins/wimaxasncp/CMakeLists.txt
index 33592870df..737dbb7939 100644
--- a/plugins/wimaxasncp/CMakeLists.txt
+++ b/plugins/wimaxasncp/CMakeLists.txt
@@ -53,13 +53,11 @@ register_dissector_files(plugin.c
${DISSECTOR_SRC}
)
-# todo
-# Do I need any of this or is this handled by type MODULE?
-# wimaxasncp_la_LDFLAGS = -module -avoid-version
-
add_library(wimaxasncp ${LINK_MODE_MODULE}
${PLUGIN_FILES}
)
+set_target_properties(wimaxasncp PROPERTIES PREFIX "")
+#set_target_properties(wimaxasncp PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
target_link_libraries(wimaxasncp epan)