diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-01 21:48:19 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-01 21:48:19 +0200 |
commit | 1defd30dfeb1867c2756b3fe6a437f695951d0c9 (patch) | |
tree | b48c0fe6bb32469cfcb4284bfac3142e22417ae8 /src/pq/Makefile.am | |
parent | bbbe0b2404d131cc0d9eda26725b65b47a7e073a (diff) |
adding more good helpers to libgnunetpq
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r-- | src/pq/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am index 8bb0a0132..d0c71703b 100644 --- a/src/pq/Makefile.am +++ b/src/pq/Makefile.am @@ -15,6 +15,10 @@ endif libgnunetpq_la_SOURCES = \ pq.c \ + pq_connect.c \ + pq_eval.c \ + pq_exec.c \ + pq_prepare.c \ pq_query_helper.c \ pq_result_helper.c libgnunetpq_la_LIBADD = -lpq \ |