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:19:35 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-02-06 19:19:35 +0300
commit02074ab52170ffaab21196cb841bb1cfde4d45ba (patch)
treef2aba9b39b07c4027da573db6c7fba12f3c950b2 /CMakeLists.txt
parent01ad5162b27b29fd0bfe5b862a1a719ba4870e0a (diff)
remove uhtbl - 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 ae4ff17..699ae95 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 hash.c uloop.c usock.c)
ADD_LIBRARY(ubox SHARED ${SOURCES})
ADD_LIBRARY(blobmsg_json SHARED blobmsg_json.c)