Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-06 19:20:46 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-02-06 19:20:46 +0300
commitc9e852301ba4059da47418fcaede22d6fa4603e9 (patch)
tree0e6aea79d1b11c185c865749ba762596df4008b0 /CMakeLists.txt
parent02074ab52170ffaab21196cb841bb1cfde4d45ba (diff)
remove hash.[ch] - i don't think we will need it
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)