aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/CMakeLists.txt b/plugins/unistim/CMakeLists.txt
index 3869ff7949..2d865a0829 100644
--- a/plugins/unistim/CMakeLists.txt
+++ b/plugins/unistim/CMakeLists.txt
@@ -53,7 +53,7 @@ register_dissector_files(plugin.c
# Do I need any of this or is this handled by type MODULE?
# unistim_la_LDFLAGS = -module -avoid-version
-add_library(unistim MODULE
+add_library(unistim ${LINK_MODE_MODULE}
${PLUGIN_FILES}
)