From a41984e726601b2f6cf61e3128aba84f7a85436c Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 5 Nov 2015 23:46:06 +0100 Subject: sync with upstream packaging --- libbpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbpf/Makefile') diff --git a/libbpf/Makefile b/libbpf/Makefile index ec0723c9..d6ebdc3d 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 = bpf_impl.h +installhdrs = bpf_impl.h queue.h MIGSTUBS = OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -- cgit v1.2.3