projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c5aa7
)
add back usock
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Jan 2011 20:24:20 +0000
(21:24 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Jan 2011 20:24:20 +0000
(21:24 +0100)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index cc473c401e85a499fcbd8b1d5941f5cad3722d3c..f5ba86b873f4f5601849b79986a48b58dea42eae 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-3,7
+3,7
@@
cmake_minimum_required(VERSION 2.8)
PROJECT(ubox C)
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3)
-SET(SOURCES avl.c blob.c blobmsg.c hash.c uhtbl.c uloop.c)
+SET(SOURCES avl.c blob.c blobmsg.c hash.c uhtbl.c uloop.c
usock.c
)
ADD_LIBRARY(ubox SHARED ${SOURCES})