X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=Makefile;h=996d6a666732cc903adebe60dbc344a824a04c1b;hb=fcee2d56bca5ed08c4bfc996064e74e92ceb9137;hp=ba25d1bb4ece3ee388af7fe58f1ec1df80baabb8;hpb=0d1a602dcfe4e13e470a0c0bb23e1d99be3f15b5;p=project%2Flibubox.git diff --git a/Makefile b/Makefile index ba25d1b..996d6a6 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LIBDIR=$(PREFIX)/lib CPPFLAGS= OS=$(shell uname) -FILES=blob.c blobmsg.c hash.c uhtbl.c usock.c uloop.c +FILES=blob.c blobmsg.c hash.c uhtbl.c usock.c uloop.c avl.c ifeq ($(OS),Linux) FILES += unl.c LIBS += $(LIBNL)