X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=CMakeLists.txt;h=e5bf46b5000e084989148754f149a6b83faaa251;hp=ae4ff17773ab791abb54bc1ce1440ec766dc8abb;hb=c9e852301ba4059da47418fcaede22d6fa4603e9;hpb=7e9712363b23faf80ba207793fcbcc94bc4bd053 diff --git a/CMakeLists.txt b/CMakeLists.txt index ae4ff17..e5bf46b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ IF(APPLE) LINK_DIRECTORIES(/opt/local/lib) ENDIF() -SET(SOURCES avl.c blob.c blobmsg.c hash.c uhtbl.c uloop.c usock.c) +SET(SOURCES avl.c blob.c blobmsg.c uloop.c usock.c) ADD_LIBRARY(ubox SHARED ${SOURCES}) ADD_LIBRARY(blobmsg_json SHARED blobmsg_json.c)