From e3156e88a783e5fdfc5e31bcc6f357d33af7f634 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 11 Jan 2021 19:04:49 +0100 Subject: sync skeleton --- src/auditor/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/auditor/Makefile.am') diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 0ff90020c..6432b61d1 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -18,6 +18,7 @@ bin_PROGRAMS = \ taler-auditor-dbinit \ taler-auditor-exchange \ taler-auditor-httpd \ + taler-auditor-sync \ taler-helper-auditor-aggregation \ taler-helper-auditor-coins \ taler-helper-auditor-deposits \ @@ -170,6 +171,23 @@ taler_auditor_exchange_LDADD = \ -lgnunetutil \ $(XLIB) +taler_auditor_sync_SOURCES = \ + taler-auditor-sync.c +taler_auditor_sync_LDADD = \ + $(LIBGCRYPT_LIBS) \ + $(top_builddir)/src/util/libtalerutil.la \ + $(top_builddir)/src/pq/libtalerpq.la \ + $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ + -lgnunetutil \ + $(XLIB) +taler_auditor_dbinit_LDFLAGS = \ + $(POSTGRESQL_LDFLAGS) +taler_auditor_dbinit_CPPFLAGS = \ + -I$(top_srcdir)/src/include \ + -I$(top_srcdir)/src/pq/ \ + $(POSTGRESQL_CPPFLAGS) + + check_SCRIPTS = \ test-auditor.sh \ test-revocation.sh -- cgit v1.2.3