X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=CMakeLists.txt;h=50b1c3f43ba6d806ffdc137879963ef99460eb06;hp=e94494903f3877711c4fd6962a14e1a4233dda46;hb=b6109157659a7d3f389797cfc6f91c90641ba33e;hpb=8fee8f9c520c58d07772cc6bd8f65d9eb1776a56 diff --git a/CMakeLists.txt b/CMakeLists.txt index e944949..50b1c3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,8 +10,8 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -ADD_EXECUTABLE(firewall3 main.c options.c defaults.c zones.c forwards.c rules.c redirects.c utils.c ubus.c ipsets.c) -TARGET_LINK_LIBRARIES(firewall3 uci ubox ubus) +ADD_EXECUTABLE(firewall3 main.c options.c defaults.c zones.c forwards.c rules.c redirects.c utils.c ubus.c ipsets.c includes.c iptables.c) +TARGET_LINK_LIBRARIES(firewall3 uci ubox ubus ip4tc ip6tc) SET(CMAKE_INSTALL_PREFIX /usr)