X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=CMakeLists.txt;h=7a97aa6fd5803130850cca128a5efa9ddd0a0cb2;hp=2062d3ba3987feb4cd2b1d00009f5b4c02466c38;hb=10c15e535b04041795e3a85b2fb496bd6d856417;hpb=87648299f8944a3268210e0315f6b5244d42fa4f diff --git a/CMakeLists.txt b/CMakeLists.txt index 2062d3b..7a97aa6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ IF(APPLE) ENDIF() SET(SOURCES - main.c utils.c system.c + main.c utils.c system.c tunnel.c interface.c interface-ip.c interface-event.c proto.c proto-static.c proto-shell.c config.c device.c bridge.c vlan.c ubus.c)