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 /libbpf/Makefile | |
parent | 4f7cf90e6c8446f28c621bc9134438e41403e297 (diff) |
move queue.c from eth-multiplexer to libbpf.
Diffstat (limited to 'libbpf/Makefile')
-rw-r--r-- | libbpf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbpf/Makefile b/libbpf/Makefile index 6e35fd47..5ce87573 100644 --- a/libbpf/Makefile +++ b/libbpf/Makefile @@ -19,8 +19,8 @@ dir := libbpf makemode := library libname = libbpf -SRCS= bpf_impl.c -LCLHDRS = bpf_impl.h +SRCS= bpf_impl.c queue.c +LCLHDRS = bpf_impl.h queue.h installhdrs = MIGSTUBS = |