From adcfdfd838f54f15ec7f4be6b5e8e5b78ddd3393 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 10 Jun 2012 16:47:16 +0200 Subject: add blobmsg list helpers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3