summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-13 23:14:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-13 23:14:50 +0100
commit88cb57de83ddb284f064a72f775514258a13f0b1 (patch)
treeb0b9982e8c2296e210fcfb4cd973076149408589 /src/exchange-tools
parent5f6d867469bd5ae89be12dabd05e7457ba736c22 (diff)
downloadexchange-88cb57de83ddb284f064a72f775514258a13f0b1.tar.gz
exchange-88cb57de83ddb284f064a72f775514258a13f0b1.tar.bz2
exchange-88cb57de83ddb284f064a72f775514258a13f0b1.zip
fix link
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index 0b9a2d52..0a4bd6fe 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -24,7 +24,6 @@ taler_wire_SOURCES = \
taler_wire_LDADD = \
$(top_builddir)/src/util/libtalerutil.la \
$(top_builddir)/src/bank-lib/libtalerbank.la \
- $(top_builddir)/src/wire/libtalerwire.la \
-lgnunetcurl \
-lgnunetutil
@@ -35,7 +34,6 @@ taler_exchange_keyup_LDADD = \
$(top_builddir)/src/util/libtalerutil.la \
$(top_builddir)/src/pq/libtalerpq.la \
$(top_builddir)/src/bank-lib/libtalerbank.la \
- $(top_builddir)/src/wire/libtalerwire.la \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
-lgnunetutil $(XLIB)
taler_exchange_keyup_LDFLAGS = $(POSTGRESQL_LDFLAGS)
@@ -48,7 +46,6 @@ taler_exchange_wire_LDADD = \
$(top_builddir)/src/json/libtalerjson.la \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
$(top_builddir)/src/bank-lib/libtalerbank.la \
- $(top_builddir)/src/wire/libtalerwire.la \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetjson \
-lgnunetutil \