diff options
author | ng0 <ng0@n0.is> | 2019-10-30 10:55:27 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-30 10:55:27 +0000 |
commit | 7ef2707a6c08f63d7a36c402e9042d475de02c8e (patch) | |
tree | be25a59c7f9bc209642552f57c33855a1e02c0cf /src/pq | |
parent | 73b26c89ac86b248fcd1d2ff793d9e7e2f6b55bc (diff) | |
parent | fbf91f41fa0c3b0d37ae5ab0dad8e3e841a2c191 (diff) |
Merge branch 'master' of gnunet.org:gnunetv0.11.8
Diffstat (limited to 'src/pq')
-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 \ |