diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-22 01:55:47 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-02-22 01:55:47 +0000 |
| commit | c0c35f90e218835ef0f8c0b67399ad6533763ed0 (patch) | |
| tree | 170c7320a73a56864c1f0e69324071b93420227e /libbpf | |
| parent | 871cd76365ed6ef9fa89282e31e21f20d6c1db62 (diff) | |
| parent | 258642ef93bda485b8904cfe47ab34644247229e (diff) | |
Merge branch 'dde-clean' into upstream-merged
Diffstat (limited to 'libbpf')
| -rw-r--r-- | libbpf/Makefile | 2 |
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)) |
