This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch dde
in repository hurd.

commit 191cb0076f77b6ece7864b8f9bf2c40a605d80bf
Author: Samuel Thibault <[email protected]>
Date:   Thu Sep 10 00:19:42 2015 +0200

    Install missing queue.h
    
    * libbpf/Makefile (installhdrs): Add queue.h.
---
 libbpf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libbpf/Makefile b/libbpf/Makefile
index ec0723c..d6ebdc3 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))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git

Reply via email to