summaryrefslogtreecommitdiff
path: root/libbpf
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-07 22:06:39 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-04-07 22:06:39 +0000
commit130cf77b86a7777994f1e1e8dcb646f366a2d294 (patch)
treea37fe24d4852af00f87b7dc0864d1f28a968f474 /libbpf
parent4057679b76ae5e1f7e79802be8399396f29c0b09 (diff)
parent06fe9218fd82aeae688cfba5bda512d808bd443f (diff)
Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into dde
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))