From d2cc318f4fc184a3de6038d1492896ec6bfb5f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 17 Nov 2009 11:58:36 +0000 Subject: 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 --- plugins/tpg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/tpg') 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} ) -- cgit v1.2.1