Browse Source

pq: include pq.h in dist

Fixes commit e3e21acb ("libgnunetpq API change to fix #5733")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 4 years ago
parent
commit
fbf91f41fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pq/Makefile.am

+ 1 - 0
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 \