diff options
Diffstat (limited to 'libbpf/Makefile')
-rw-r--r-- | libbpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |