diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-05 01:37:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-05 01:37:15 +0100 |
commit | 7283bdc7e95afc669ce4d2cd741b65efc985c13b (patch) | |
tree | 0264a8921d5b01be1c915c6014e07a93bc1e9bee /src/merchant-tools | |
parent | 75a919bf198ea5fda2705de500108c74c78c4772 (diff) |
remove reserves/rewards from public C APIs and tests
Diffstat (limited to 'src/merchant-tools')
-rw-r--r-- | src/merchant-tools/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/merchant-tools/Makefile.am b/src/merchant-tools/Makefile.am index 7c28e9ee..21ddb89a 100644 --- a/src/merchant-tools/Makefile.am +++ b/src/merchant-tools/Makefile.am @@ -8,7 +8,6 @@ endif bin_PROGRAMS = \ taler-merchant-dbinit \ - taler-merchant-setup-reserve \ taler-merchant-passwd \ taler-merchant-benchmark @@ -57,13 +56,3 @@ taler_merchant_passwd_LDADD = \ -ltalerpq \ -lgnunetutil \ $(XLIB) - -taler_merchant_setup_reserve_SOURCES = \ - taler-merchant-setup-reserve.c -taler_merchant_setup_reserve_LDADD = \ - $(LIBGCRYPT_LIBS) \ - $(top_builddir)/src/lib/libtalermerchant.la \ - -ltalerutil \ - -lgnunetcurl \ - -lgnunetutil \ - $(XLIB) |