X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=CMakeLists.txt;h=01d2c7c43cc10795373f5337abd4f7180f34cf04;hp=e94494903f3877711c4fd6962a14e1a4233dda46;hb=87c4f12e16ae726e20774ee58468fa751a79a2c1;hpb=8fee8f9c520c58d07772cc6bd8f65d9eb1776a56 diff --git a/CMakeLists.txt b/CMakeLists.txt index e944949..01d2c7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ 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) +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) TARGET_LINK_LIBRARIES(firewall3 uci ubox ubus) SET(CMAKE_INSTALL_PREFIX /usr)