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-01-31 23:24:20 +0300
committerFelix Fietkau <nbd@openwrt.org>2011-01-31 23:24:20 +0300
commit36ddbe83b3e8e91500e3fa1e350b6c3cbc4b1ccc (patch)
tree43ad5a92aa0b888b6c33e625c66bf7147ab243b1 /CMakeLists.txt
parentd1c5aa705a0c66bc4c713eff70563011ba5c5673 (diff)
add back usock
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 cc473c4..f5ba86b 100644
--- 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})