summaryrefslogtreecommitdiff
path: root/plugins/tpg
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-11-17 11:58:36 +0000
committerJörg Mayer <jmayer@loplof.de>2009-11-17 11:58:36 +0000
commitd2cc318f4fc184a3de6038d1492896ec6bfb5f79 (patch)
treec635034c45104971ecf947a800fa3815dc2671a2 /plugins/tpg
parent9c06ca976e94c1a89fbc28fa3930966b395ff07c (diff)
downloadwireshark-d2cc318f4fc184a3de6038d1492896ec6bfb5f79.tar.gz
Beginnings of enabling static builds. Still to do:
* Add -static * Registration may need different handling * Add plugins * Build error in wslua svn path=/trunk/; revision=30987
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}
)