diff options
| author | Zheng Da <zhengda1936@gmail.com> | 2010-07-31 09:44:51 +0200 |
|---|---|---|
| committer | Zheng Da <zhengda1936@gmail.com> | 2010-07-31 09:44:51 +0200 |
| commit | 4be0911c78f17c5e7ba227dd99fdcbc54c676b5b (patch) | |
| tree | 4d45a3eede0847c095aa88163a8c99f1373314db /eth-multiplexer/Makefile | |
| parent | 4f7cf90e6c8446f28c621bc9134438e41403e297 (diff) | |
move queue.c from eth-multiplexer to libbpf.
Diffstat (limited to 'eth-multiplexer/Makefile')
| -rw-r--r-- | eth-multiplexer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile index 5e44227b..f321a619 100644 --- a/eth-multiplexer/Makefile +++ b/eth-multiplexer/Makefile @@ -20,14 +20,14 @@ makemode := server target = eth-multiplexer #CFLAGS += -DDEBUG -SRCS = ethernet.c vdev.c multiplexer.c queue.c dev_stat.c netfs_impl.c notify_impl.c device_impl.c demuxer.c +SRCS = ethernet.c vdev.c multiplexer.c dev_stat.c netfs_impl.c notify_impl.c device_impl.c demuxer.c MIGSTUBS = ourdeviceServer.o notifyServer.o OBJS = $(SRCS:.c=.o) $(MIGSTUBS) -LCLHDRS = ethernet.h queue.h util.h vdev.h netfs_impl.h +LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h DIST_FILES = ourdevice.defs notify.defs HURDLIBS=ports fshelp shouldbeinlibc netfs bpf -CFLAGS += -I../libbpf +CFLAGS += -I$(top_srcdir)/libbpf include ../Makeconf |
