From: Daniel Golle Date: Tue, 29 Oct 2019 20:50:33 +0000 (+0100) Subject: pq: include pq.h in dist X-Git-Tag: v0.11.8^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbf91f41fa0c3b0d37ae5ab0dad8e3e841a2c191;p=oweals%2Fgnunet.git pq: include pq.h in dist Fixes commit e3e21acb ("libgnunetpq API change to fix #5733") Signed-off-by: Daniel Golle --- diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index 750a1d48d..fcc30f6ff 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -11,6 +11,7 @@ endif libgnunetpq_la_SOURCES = \ pq.c \ + pq.h \ pq_connect.c \ pq_eval.c \ pq_exec.c \