summaryrefslogtreecommitdiffstats
path: root/plugin/firewall
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/firewall')
-rw-r--r--plugin/firewall/iptables/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt
index 0f77a1b..103eea9 100644
--- a/plugin/firewall/iptables/CMakeLists.txt
+++ b/plugin/firewall/iptables/CMakeLists.txt
@@ -10,3 +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})