summaryrefslogtreecommitdiff
path: root/libbpf
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:50:58 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-22 01:50:58 +0000
commit258642ef93bda485b8904cfe47ab34644247229e (patch)
treeb68068a7f8b5ae8b346a4f8855459e73ed4a0d01 /libbpf
parent2d149d8feae502439c5f21a6290c8a3ac7b18434 (diff)
parenta6a2e4c910172d8309d38b914459d9b41509c411 (diff)
Merge branch 'dde' into dde-clean
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))