summaryrefslogtreecommitdiff
path: root/src/pq/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r--src/pq/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index 8a5399fb1..746094ce4 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -12,7 +12,8 @@ lib_LTLIBRARIES = \
libtalerpq.la
libtalerpq_la_SOURCES = \
- db_pq.c
+ db_pq.c \
+ pq_helper.c
libtalerpq_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \