summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-10 16:47:16 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-06-10 16:47:16 +0200
commitadcfdfd838f54f15ec7f4be6b5e8e5b78ddd3393 (patch)
treed601809b0d0ab9992d29631ed4817626caefcf4e /CMakeLists.txt
parent84c2e44d4c1ae46418cc8f7891b31e9df4131d96 (diff)
downloadunitd-adcfdfd838f54f15ec7f4be6b5e8e5b78ddd3393.tar
unitd-adcfdfd838f54f15ec7f4be6b5e8e5b78ddd3393.zip
add blobmsg list helpers
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a903ac8..aaa3982 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ IF(APPLE)
LINK_DIRECTORIES(/opt/local/lib)
ENDIF()
-SET(SOURCES main.c ubus.c service.c instance.c)
+SET(SOURCES main.c ubus.c service.c instance.c utils.c)
SET(LIBS ubox ubus)