diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-13 23:14:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-13 23:14:50 +0100 |
commit | 88cb57de83ddb284f064a72f775514258a13f0b1 (patch) | |
tree | b0b9982e8c2296e210fcfb4cd973076149408589 /src/auditor | |
parent | 5f6d867469bd5ae89be12dabd05e7457ba736c22 (diff) |
fix link
Diffstat (limited to 'src/auditor')
-rw-r--r-- | src/auditor/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditor/Makefile.am b/src/auditor/Makefile.am index b2219e357..322e61799 100644 --- a/src/auditor/Makefile.am +++ b/src/auditor/Makefile.am @@ -58,7 +58,6 @@ taler_auditor_httpd_LDADD = \ $(top_builddir)/src/mhd/libtalermhd.la \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/json/libtalerjson.la \ - $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ -lmicrohttpd \ -ljansson \ @@ -72,7 +71,6 @@ taler_wire_auditor_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libtalerutil.la \ $(top_builddir)/src/json/libtalerjson.la \ - $(top_builddir)/src/wire/libtalerwire.la \ $(top_builddir)/src/bank-lib/libtalerbank.la \ $(top_builddir)/src/exchangedb/libtalerexchangedb.la \ $(top_builddir)/src/auditordb/libtalerauditordb.la \ |