X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=Makefile;h=5e7d038f9824181a601693d6b1806c6622d9d5dc;hp=3c0399a148aafed37fee3478c2e99d67d9b7d680;hb=62c3e6761652a1fdf4e18fe18fe1cf2d0d314783;hpb=56086cf6974cb9aeda74158d9a4c1eccc5ad9ece diff --git a/Makefile b/Makefile index 3c0399a..5e7d038 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ 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 += ucix.c usock.c uloop.c unl.c - LIBS += -luci $(LIBNL) + FILES += uloop.c unl.c + LIBS += $(LIBNL) LDFLAGS_SHARED=-shared -Wl,-soname,$@ SHLIB_EXT=so endif