aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/irda')
-rw-r--r--plugins/irda/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/irda/CMakeLists.txt b/plugins/irda/CMakeLists.txt
index 89d94c4e41..88aa656c6c 100644
--- a/plugins/irda/CMakeLists.txt
+++ b/plugins/irda/CMakeLists.txt
@@ -51,13 +51,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(irda ${LINK_MODE_MODULE}
${PLUGIN_FILES}
)
+set_target_properties(irda PROPERTIES PREFIX "")
+#set_target_properties(irda PROPERTIES SOVERSION ${CPACK_PACKAGE_VERSION})
target_link_libraries(irda epan)