diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-03 19:00:08 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2016-01-03 19:00:08 +0100 |
commit | 87d9f5513a5202c117fe05a489876da8cac79ecd (patch) | |
tree | 0f2e2209dd842574ac3b69dbee8b10c47875e5dc /eth-multiplexer | |
parent | 6e24db6eee751066eac4f9b638aae40cda25d6ec (diff) |
drop OTHERLIBS
Diffstat (limited to 'eth-multiplexer')
-rw-r--r-- | eth-multiplexer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile index bfd065a3..35110a80 100644 --- a/eth-multiplexer/Makefile +++ b/eth-multiplexer/Makefile @@ -27,7 +27,7 @@ device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" OBJS = $(SRCS:.c=.o) $(MIGSTUBS) LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h HURDLIBS=ports fshelp shouldbeinlibc netfs bpf -OTHERLIBS = -lpthread +LDLIBS = -lpthread CFLAGS += -I$(top_srcdir)/libbpf |