summaryrefslogtreecommitdiff
path: root/libbpf
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:55:47 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:55:47 +0000
commitc0c35f90e218835ef0f8c0b67399ad6533763ed0 (patch)
tree170c7320a73a56864c1f0e69324071b93420227e /libbpf
parent871cd76365ed6ef9fa89282e31e21f20d6c1db62 (diff)
parent258642ef93bda485b8904cfe47ab34644247229e (diff)
Merge branch 'dde-clean' into upstream-merged
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))