commit 35dca9a1f7315edd8d505850ac43fce0d0ad8318 parent 23290a28449f36371a5e94f0571fa7548170ffb7 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Tue, 12 Jun 2018 15:25:21 +0200 Really fixes previous change. Diffstat:
| M | src/merchant-tools/Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/merchant-tools/Makefile.am b/src/merchant-tools/Makefile.am @@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/include bin_PROGRAMS = \ taler-merchant-dbinit \ - taler-merchant-generate-payments-new + taler-merchant-generate-payments taler_merchant_dbinit_SOURCES = \ taler-merchant-dbinit.c