diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-09 17:04:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-09 17:04:56 +0200 |
commit | 5004fce6ca55566cce5c2b8b26f17bceee0469ca (patch) | |
tree | d98a8d0751c5c7fa4a91357a220239162e423678 /src/pq/Makefile.am | |
parent | f7780b52f11c953966fab654bb5aa72634a2ff3b (diff) |
replace macros with functions for better type-checking
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r-- | src/pq/Makefile.am | 3 |
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 \ |