diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-01-18 12:08:53 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-07 23:48:45 +0100 |
commit | e0d46f96859b33b3f04791028e30bce4f0173567 (patch) | |
tree | 18478e55759cf318da746e64353183601dfb3899 /src/auditor/Makefile.am | |
parent | b5de0afa73c0b8f7bcf988e2bc00f07f4f6cf42e (diff) |
auditordb tabularasa
Diffstat (limited to 'src/auditor/Makefile.am')
-rw-r--r-- | src/auditor/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index 36b540c03..381c0b115 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -16,7 +16,6 @@ clean-local: bin_PROGRAMS = \ taler-auditor-dbinit \ - taler-auditor-exchange \ taler-auditor-httpd \ taler-auditor-sync \ taler-helper-auditor-aggregation \ @@ -179,15 +178,6 @@ taler_auditor_httpd_LDADD = \ -lz \ $(XLIB) -taler_auditor_exchange_SOURCES = \ - taler-auditor-exchange.c -taler_auditor_exchange_LDADD = \ - $(LIBGCRYPT_LIBS) \ - $(top_builddir)/src/util/libtalerutil.la \ - $(top_builddir)/src/auditordb/libtalerauditordb.la \ - -lgnunetutil \ - $(XLIB) - taler_auditor_sync_SOURCES = \ taler-auditor-sync.c taler_auditor_sync_LDADD = \ |