summaryrefslogtreecommitdiff
path: root/libbpf
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 02:28:56 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-08 02:28:56 +0200
commitc6db537edac054a03847b1b99f78c00703f48d6b (patch)
treeb68068a7f8b5ae8b346a4f8855459e73ed4a0d01 /libbpf
parent8df772b3c665e663f6f9d2a70f9c691590bd3f91 (diff)
parenta6a2e4c910172d8309d38b914459d9b41509c411 (diff)
Merge branch 'dde' of git.debian.org:/git/pkg-hurd/hurd into dde
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))