From: Felix Fietkau Date: Sat, 4 Dec 2010 22:09:20 +0000 (+0100) Subject: make usock generic X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=62c3e6761652a1fdf4e18fe18fe1cf2d0d314783;p=project%2Flibubox.git make usock generic --- diff --git a/Makefile b/Makefile index 104df19..5e7d038 100644 --- 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 += usock.c uloop.c unl.c + FILES += uloop.c unl.c LIBS += $(LIBNL) LDFLAGS_SHARED=-shared -Wl,-soname,$@ SHLIB_EXT=so