X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=CMakeLists.txt;h=cdf03502af2d528b1dd5b5bd3d0c461dfdb9f4b5;hp=928712b70aa543cbb4b68bd42d2b31338ff2634e;hb=fa989780bda3ad10fcbb637390d59afe2b32ba81;hpb=d80ebf55afcde808265e4702c162d6b40d649260 diff --git a/CMakeLists.txt b/CMakeLists.txt index 928712b..cdf0350 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3) ADD_LIBRARY(ubus SHARED libubus.c) TARGET_LINK_LIBRARIES(ubus ubox) -ADD_EXECUTABLE(ubusd ubusd.c ubusd_id.c ubusd_obj.c ubusd_proto.c) +ADD_EXECUTABLE(ubusd ubusd.c ubusd_id.c ubusd_obj.c ubusd_proto.c ubusd_event.c) TARGET_LINK_LIBRARIES(ubusd ubox) ADD_EXECUTABLE(cli cli.c)