From cda490e1fc19904d015d8d5853af731d3cd983ea Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 30 Mar 2009 00:34:00 +0200 Subject: Restructured ./configure and improved the path setup Also added install rules to XSLT files --- plugin/firewall/iptables/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/firewall') diff --git a/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt index fa9c4c5..69173d7 100644 --- a/plugin/firewall/iptables/CMakeLists.txt +++ b/plugin/firewall/iptables/CMakeLists.txt @@ -10,4 +10,4 @@ INCLUDE_DIRECTORIES(BEFORE ../..) ADD_LIBRARY(efw-iptables MODULE ${efw_ipt_SRC}) TARGET_LINK_LIBRARIES(efw-iptables pthread rt gcc_s) SET_TARGET_PROPERTIES(efw-iptables PROPERTIES PREFIX "") -INSTALL(TARGETS efw-iptables LIBRARY DESTINATION ${PREFIX}) +INSTALL(TARGETS efw-iptables LIBRARY DESTINATION ${PLUGINDIR}) -- cgit