X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=e5bf46b5000e084989148754f149a6b83faaa251;hb=1ef7c81dfcb2452bc41cba28c6016a1dd6fa1dce;hp=699ae95e09ca721dc668a9f65ddb94e7b4cc40b2;hpb=02074ab52170ffaab21196cb841bb1cfde4d45ba;p=project%2Flibubox.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 699ae95..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 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)