summaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-09 17:04:56 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-09 17:04:56 +0200
commit5004fce6ca55566cce5c2b8b26f17bceee0469ca (patch)
treed98a8d0751c5c7fa4a91357a220239162e423678 /src/pq
parentf7780b52f11c953966fab654bb5aa72634a2ff3b (diff)
downloadexchange-5004fce6ca55566cce5c2b8b26f17bceee0469ca.tar.gz
exchange-5004fce6ca55566cce5c2b8b26f17bceee0469ca.tar.bz2
exchange-5004fce6ca55566cce5c2b8b26f17bceee0469ca.zip
replace macros with functions for better type-checking
Diffstat (limited to 'src/pq')
-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 \