diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-10-29 21:50:33 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-10-29 21:50:33 +0100 |
commit | fbf91f41fa0c3b0d37ae5ab0dad8e3e841a2c191 (patch) | |
tree | e4b537faabcc9b6c1da668c0f305d9e9c5769234 /src | |
parent | 03c1ba4eaca6288d43daee091dbffb9851f49add (diff) |
pq: include pq.h in dist
Fixes commit e3e21acb ("libgnunetpq API change to fix #5733")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/pq/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |