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-10-22 01:00:06 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-10-22 01:00:06 +0400
commit768a69b3cedfebde10825847e42f35ed4aee1856 (patch)
treebae7cb3e6fc95b78987df3ffacca24ee2d8102c0 /CMakeLists.txt
parentae3bcf84e1e6099635c67cf79daddf0929e73823 (diff)
add ustream, an api for stream buffer management
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 5bed1e2..93ee787 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ IF(APPLE)
LINK_DIRECTORIES(/opt/local/lib)
ENDIF()
-SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c vlist.c)
+SET(SOURCES avl.c avl-cmp.c blob.c blobmsg.c uloop.c usock.c ustream.c ustream-fd.c vlist.c)
ADD_LIBRARY(ubox SHARED ${SOURCES})