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:
cc130e9
)
make usock generic
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 4 Dec 2010 22:09:20 +0000
(23:09 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 4 Dec 2010 22:09:20 +0000
(23:09 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 104df191e97693ade842bb9f67a6e73a63892d7b..5e7d038f9824181a601693d6b1806c6622d9d5dc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-9,9
+9,9
@@
LIBDIR=$(PREFIX)/lib
CPPFLAGS=
OS=$(shell uname)
-FILES=blob.c blobmsg.c hash.c uhtbl.c
+FILES=blob.c blobmsg.c hash.c uhtbl.c
usock.c
ifeq ($(OS),Linux)
- FILES += u
sock.c u
loop.c unl.c
+ FILES += uloop.c unl.c
LIBS += $(LIBNL)
LDFLAGS_SHARED=-shared -Wl,-soname,$@
SHLIB_EXT=so