summaryrefslogtreecommitdiff
path: root/src/exchange-tools/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-11 13:01:20 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-11 13:01:20 +0200
commitaf91cd87d6fb7d2a142557038222121e4911a921 (patch)
treef9b83e88e24157abf646f2b71616c1783a6bed1c /src/exchange-tools/Makefile.am
parentb018d4d5b0798bdad6002cb7bbd246247b3ebd4f (diff)
downloadexchange-af91cd87d6fb7d2a142557038222121e4911a921.tar.gz
exchange-af91cd87d6fb7d2a142557038222121e4911a921.tar.bz2
exchange-af91cd87d6fb7d2a142557038222121e4911a921.zip
use libtalerwire instead of duplicating logic
Diffstat (limited to 'src/exchange-tools/Makefile.am')
-rw-r--r--src/exchange-tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am
index d283979c8..631f3af20 100644
--- a/src/exchange-tools/Makefile.am
+++ b/src/exchange-tools/Makefile.am
@@ -45,6 +45,7 @@ taler_exchange_wire_SOURCES = \
taler-exchange-wire.c
taler_exchange_wire_LDADD = \
$(LIBGCRYPT_LIBS) \
+ $(top_builddir)/src/wire/libtalerwire.la \
$(top_builddir)/src/util/libtalerutil.la \
-lgnunetjson \
-lgnunetutil \