diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-11 13:01:20 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-11 13:01:20 +0200 |
commit | af91cd87d6fb7d2a142557038222121e4911a921 (patch) | |
tree | f9b83e88e24157abf646f2b71616c1783a6bed1c /src/exchange-tools/Makefile.am | |
parent | b018d4d5b0798bdad6002cb7bbd246247b3ebd4f (diff) |
use libtalerwire instead of duplicating logic
Diffstat (limited to 'src/exchange-tools/Makefile.am')
-rw-r--r-- | src/exchange-tools/Makefile.am | 1 |
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 \ |