diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-09 16:01:54 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-09 16:01:54 +0200 |
commit | d30f4e1d34dd993ca0d32b08483e18095e196a18 (patch) | |
tree | 540b5e83f52a656bd526e9d73a97b969908ab543 /src/merchant-tools/Makefile.am | |
parent | 323c183899060762f6c812041ddb20e28846f5f1 (diff) |
Introducing "rewind" CMD.
It allows one to point to the next desired
CMD to execute into the interpreter.
Diffstat (limited to 'src/merchant-tools/Makefile.am')
-rw-r--r-- | src/merchant-tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merchant-tools/Makefile.am b/src/merchant-tools/Makefile.am index be51a7c0..69354cd3 100644 --- a/src/merchant-tools/Makefile.am +++ b/src/merchant-tools/Makefile.am @@ -21,9 +21,9 @@ taler_merchant_generate_payments_new_SOURCES = \ taler_merchant_generate_payments_new_LDADD = \ $(top_srcdir)/src/backenddb/libtalermerchantdb.la \ $(top_srcdir)/src/lib/libtalermerchant.la \ + $(top_srcdir)/src/lib/libtalermerchanttesting.la \ $(LIBGCRYPT_LIBS) \ -ltalertesting \ - -ltalermerchanttesting \ -ltalerfakebank \ -ltalerbank \ -ltalerbanktesting \ |