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:57:04 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-05-26 20:01:18 +0400
commitcddd9326dc9686a450005c8d53a36b06e3e60e8e (patch)
tree4b1894b745e77619d4bd98b1099c1b92a2f6616d /CMakeLists.txt
parent08a4bf2a299de28b46f59fc3fa2661e5632c2967 (diff)
add vlist (from netifd)
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 4b6defc..eb112af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ IF(APPLE)
LINK_DIRECTORIES(/opt/local/lib)
ENDIF()
-SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c)
+SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c vlist.c)
ADD_LIBRARY(ubox SHARED ${SOURCES})