From 5004fce6ca55566cce5c2b8b26f17bceee0469ca Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 May 2015 17:04:56 +0200 Subject: replace macros with functions for better type-checking --- src/pq/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pq') 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 \ -- cgit v1.2.3