aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/irda
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/irda
parent9c06ca976e94c1a89fbc28fa3930966b395ff07c (diff)
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/irda')
-rw-r--r--plugins/irda/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/irda/CMakeLists.txt b/plugins/irda/CMakeLists.txt
index 3efd5f84b7..89d94c4e41 100644
--- a/plugins/irda/CMakeLists.txt
+++ b/plugins/irda/CMakeLists.txt
@@ -55,7 +55,7 @@ register_dissector_files(plugin.c
# Do I need any of this or is this handled by type MODULE?
# asn1_la_LDFLAGS = -module -avoid-version
-add_library(irda MODULE
+add_library(irda ${LINK_MODE_MODULE}
${PLUGIN_FILES}
)