summaryrefslogtreecommitdiff
path: root/src/exchange/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/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/Makefile.am')
-rw-r--r--src/exchange/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchange/Makefile.am b/src/exchange/Makefile.am
index dc7225b0c..a283e78b8 100644
--- a/src/exchange/Makefile.am
+++ b/src/exchange/Makefile.am
@@ -42,9 +42,10 @@ taler_exchange_httpd_SOURCES = \
taler-exchange-httpd_validation.c taler-exchange-httpd_validation.h
taler_exchange_httpd_LDADD = \
$(LIBGCRYPT_LIBS) \
+ $(top_builddir)/src/wire/libtalerwire.la \
$(top_builddir)/src/json/libtalerjson.la \
- $(top_builddir)/src/util/libtalerutil.la \
$(top_builddir)/src/exchangedb/libtalerexchangedb.la \
+ $(top_builddir)/src/util/libtalerutil.la \
-lmicrohttpd \
-lgnunetutil \
-lgnunetjson \