mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
port uloop to BSD kqueue
This commit is contained in:
parent
d7158c50ee
commit
d2a240027b
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 usock.c
|
||||
FILES=blob.c blobmsg.c hash.c uhtbl.c usock.c uloop.c
|
||||
ifeq ($(OS),Linux)
|
||||
FILES += uloop.c unl.c
|
||||
FILES += unl.c
|
||||
LIBS += $(LIBNL)
|
||||
LDFLAGS_SHARED=-shared -Wl,-soname,$@
|
||||
SHLIB_EXT=so
|
||||
|
|
Loading…
Add table
Reference in a new issue