summaryrefslogtreecommitdiff
path: root/plugins/tpg
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tpg/CMakeLists.txt b/plugins/tpg/CMakeLists.txt
index 94728784c7..e51ff4cc69 100644
--- a/plugins/tpg/CMakeLists.txt
+++ b/plugins/tpg/CMakeLists.txt
@@ -74,7 +74,7 @@ ADD_CUSTOM_COMMAND(
# Do I need any of this or is this handled by type MODULE?
# asn1_la_LDFLAGS = -module -avoid-version
-add_library(tpg MODULE
+add_library(tpg ${LINK_MODE_MODULE}
${PLUGIN_FILES}
)