summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5b847ec..47a3509 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,8 @@ IF(APPLE)
ENDIF()
SET(SOURCES
- main.c utils.c interface.c interface-ip.c
+ main.c utils.c
+ interface.c interface-ip.c interface-hotplug.c
proto.c proto-static.c proto-shell.c
config.c device.c bridge.c vlan.c ubus.c)