make usock generic
This commit is contained in:
parent
cc130e9c3f
commit
62c3e67616
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in a new issue