summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-11-05 16:46:41 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-11-05 16:46:41 +0100
commitcde1388414a0ab78510cf739ba3e9eb98c24f7bd (patch)
tree66ec53ede890155545992232481dd0ba5ae8aaa1 /plugin
parent2271ba1b639b31f672e94634f444bbecd4fdbd1d (diff)
downloadeurephia-cde1388414a0ab78510cf739ba3e9eb98c24f7bd.tar.gz
eurephia-cde1388414a0ab78510cf739ba3e9eb98c24f7bd.tar.xz
eurephia-cde1388414a0ab78510cf739ba3e9eb98c24f7bd.zip
Renamed efw_iptables to efw-iptables (underscore -> dash)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/firewall/iptables/CMakeLists.txt12
-rw-r--r--plugin/firewall/iptables/efw-iptables.c (renamed from plugin/firewall/iptables/efw_iptables.c)0
2 files changed, 6 insertions, 6 deletions
diff --git a/plugin/firewall/iptables/CMakeLists.txt b/plugin/firewall/iptables/CMakeLists.txt
index 103eea9..fa9c4c5 100644
--- a/plugin/firewall/iptables/CMakeLists.txt
+++ b/plugin/firewall/iptables/CMakeLists.txt
@@ -1,13 +1,13 @@
-PROJECT(eurephiafw-iptables C)
+PROJECT(efw-iptables C)
cmake_minimum_required(VERSION 2.6)
SET(efw_ipt_SRC
- efw_iptables.c
+ efw-iptables.c
../eurephiafw_helpers.c
../../../common/eurephia_log.c
)
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})
+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})
diff --git a/plugin/firewall/iptables/efw_iptables.c b/plugin/firewall/iptables/efw-iptables.c
index a0807f9..a0807f9 100644
--- a/plugin/firewall/iptables/efw_iptables.c
+++ b/plugin/firewall/iptables/efw-iptables.c