From c601d036d6e9efce0c31eecd0fc66a716f41f2a3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 10 Sep 2011 18:34:43 +0200 Subject: fix invoking shell protocol handler scripts --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 43ced00..b264b1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,4 +21,4 @@ ADD_EXECUTABLE(netifd config.c device.c bridge.c vlan.c ubus.c system-dummy.c) -TARGET_LINK_LIBRARIES(netifd ubox ubus uci json) +TARGET_LINK_LIBRARIES(netifd ubox ubus uci json blobmsg_json) -- cgit v1.2.1