diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-07 12:23:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-07 12:23:32 +0100 |
commit | 20a7d8fc081c71d83d77b39c681dbfd9337aa97a (patch) | |
tree | 85fa33f910f095d2a7c228abecf6290e2b13a9e6 /src/exchange-tools/Makefile.am | |
parent | 42bc3bc4373fe77807f12a89e1c2d118729a0a7f (diff) |
merge taler-wire and taler-bank-transfer tools, they are very related and otherwise duplicate lots of logic; also enable both credit and debit histories to be shown
Diffstat (limited to 'src/exchange-tools/Makefile.am')
-rw-r--r-- | src/exchange-tools/Makefile.am | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/exchange-tools/Makefile.am b/src/exchange-tools/Makefile.am index b08cea687..c86faf587 100644 --- a/src/exchange-tools/Makefile.am +++ b/src/exchange-tools/Makefile.am @@ -15,16 +15,7 @@ bin_PROGRAMS = \ taler-exchange-keyup \ taler-exchange-keycheck \ taler-exchange-wire \ - taler-exchange-dbinit \ - taler-wire - -taler_wire_SOURCES = \ - taler-wire.c -taler_wire_LDADD = \ - $(top_builddir)/src/util/libtalerutil.la \ - $(top_builddir)/src/bank-lib/libtalerbank.la \ - -lgnunetcurl \ - -lgnunetutil + taler-exchange-dbinit taler_exchange_keyup_SOURCES = \ taler-exchange-keyup.c |