summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-12 22:25:59 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-12 22:25:59 +0100
commit45d621f5ff16c8c6a559f9e865704e8090885799 (patch)
treeda1fa1269f2202b6dbd68865a72b12941f7acbe2 /src/auditordb
parent2ad4cee183dde4d40171dc9222fa754bbf341cae (diff)
downloadexchange-45d621f5ff16c8c6a559f9e865704e8090885799.tar.gz
exchange-45d621f5ff16c8c6a559f9e865704e8090885799.tar.bz2
exchange-45d621f5ff16c8c6a559f9e865704e8090885799.zip
add -lgcov flag for coverage analysis
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/auditordb/Makefile.am b/src/auditordb/Makefile.am
index c7a2e0241..66e9de791 100644
--- a/src/auditordb/Makefile.am
+++ b/src/auditordb/Makefile.am
@@ -42,18 +42,17 @@ libtaler_plugin_auditordb_postgres_la_LDFLAGS = \
$(top_builddir)/src/util/libtalerutil.la \
-lpq \
-lgnunetpq \
- -lgnunetutil $(XLIB)
+ -lgnunetutil \
+ $(XLIB)
lib_LTLIBRARIES = \
libtalerauditordb.la
libtalerauditordb_la_SOURCES = \
auditordb_plugin.c
-
libtalerauditordb_la_LIBADD = \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetutil $(XLIB)
-
libtalerauditordb_la_LDFLAGS = \
$(POSTGRESQL_LDFLAGS) \
-version-info 0:0:0 \
@@ -77,4 +76,5 @@ test_auditordb_postgres_LDADD = \
libtalerauditordb.la \
$(top_srcdir)/src/pq/libtalerpq.la \
$(top_srcdir)/src/util/libtalerutil.la \
- -lgnunetutil
+ -lgnunetutil \
+ $(XLIB)