summaryrefslogtreecommitdiff
path: root/libbpf
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 02:31:00 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 02:31:00 +0200
commitfcdea94c3fddd42de30e6294b02fc3fa869c888e (patch)
tree170c7320a73a56864c1f0e69324071b93420227e /libbpf
parent19796a75ab8ba43b31e230ea169d5383c6392bfc (diff)
parentc0c35f90e218835ef0f8c0b67399ad6533763ed0 (diff)
Merge branch 'upstream-merged' of git.debian.org:/git/pkg-hurd/hurd into upstream-merged
Conflicts: pfinet/ethernet.c
Diffstat (limited to 'libbpf')
-rw-r--r--libbpf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpf/Makefile b/libbpf/Makefile
index 5ce87573..1000429d 100644
--- a/libbpf/Makefile
+++ b/libbpf/Makefile
@@ -21,7 +21,7 @@ makemode := library
libname = libbpf
SRCS= bpf_impl.c queue.c
LCLHDRS = bpf_impl.h queue.h
-installhdrs =
+installhdrs = bpf_impl.h
MIGSTUBS =
OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))