X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fmdnsd.git;a=blobdiff_plain;f=CMakeLists.txt;h=4052bcdb80ad30576e2285937cc465e43d458406;hp=f191fa5c17161c3ff98e72b1b922cd0f6cd43417;hb=be8ae8d0b5f2e8651edf0cc8f35916fc4b71d1ac;hpb=1fa9077d63b7a1083f71ec058c338b4fb8afebe9 diff --git a/CMakeLists.txt b/CMakeLists.txt index f191fa5..4052bcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") SET(SOURCES main.c dns.c announce.c cache.c service.c util.c ubus.c interface.c) -SET(LIBS ubox ubus resolv blobmsg_json) +SET(LIBS ubox ubus resolv blobmsg_json json-c) IF(DEBUG) ADD_DEFINITIONS(-DDEBUG -g3)