make usock generic
[oweals/libubox.git] / 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 += usock.c uloop.c unl.c
+  FILES += uloop.c unl.c
   LIBS += $(LIBNL)
   LDFLAGS_SHARED=-shared -Wl,-soname,$@
   SHLIB_EXT=so