gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] 01/02: take backend from walletcore


From: gnunet
Subject: [taler-merchant] 01/02: take backend from walletcore
Date: Mon, 23 Jan 2023 15:55:10 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

commit 9b6376ed67aa09fc4f108c55951701228391440c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Jan 23 11:47:45 2023 -0300

    take backend from walletcore
---
 contrib/Makefile.am | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 4ffb7c89..daebbd30 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -3,13 +3,13 @@ staticpkgdatadir = $(prefix)/share/taler/merchant/static/
 spapkgdatadir = $(prefix)/share/taler/merchant/spa/
 
 dist_tmplpkgdata_DATA = \
-  wallet-core/backend/depleted_tip.en.must \
-  wallet-core/backend/offer_refund.en.must \
-  wallet-core/backend/offer_tip.en.must \
-  wallet-core/backend/request_payment.en.must \
-  wallet-core/backend/show_order_details.en.must
+  depleted_tip.en.must \
+  offer_refund.en.must \
+  offer_tip.en.must \
+  request_payment.en.must \
+  show_order_details.en.must
 
-%.must: merchant-backoffice/%.html 
+%.must: wallet-core/backend/%.html 
        cp $< $@
 
 # Note: only works when building from Git, if you

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]