diff options
| author | Christian Grothoff <christian@grothoff.org> | 2015-06-18 16:41:36 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2015-06-18 16:41:36 +0200 |
| commit | 044403701dadd296775215ac85e4bfe0000ebc6c (patch) | |
| tree | c7daf9a7415a37da23ff9755a8d118a10d17c552 /src/mintdb | |
| parent | 37bf816873ac6b8b4e2e69e9c7037046d971dfff (diff) | |
fix range check, fix NULL check, fix plugin linkage
Diffstat (limited to 'src/mintdb')
| -rw-r--r-- | src/mintdb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mintdb/Makefile.am b/src/mintdb/Makefile.am index 863be886..a2bc5e3b 100644 --- a/src/mintdb/Makefile.am +++ b/src/mintdb/Makefile.am @@ -23,6 +23,8 @@ libtaler_plugin_mintdb_postgres_la_LIBADD = \ $(LTLIBINTL) libtaler_plugin_mintdb_postgres_la_LDFLAGS = \ $(TALER_PLUGIN_LDFLAGS) \ + $(top_builddir)/src/pq/libtalerpq.la \ + $(top_builddir)/src/util/libtalerutil.la \ -lpq \ -lgnunetutil $(XLIB) |
