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>2012-05-26 19:50:10 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-05-26 20:01:18 +0400
commit08a4bf2a299de28b46f59fc3fa2661e5632c2967 (patch)
tree9eb6bf17016f28091e8a03a2f8ccd2047fd47150 /CMakeLists.txt
parent94ff2a0abb2938dc84cc46e513f0d039cacbe40a (diff)
add avl_strcmp
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 2729150..4b6defc 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 uloop.c usock.c)
+SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c)
ADD_LIBRARY(ubox SHARED ${SOURCES})