exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 83b611cce67df825cab11f1cabc2ec082e9663ab
parent 1d17a50c4d5858e737f9f156db664cc0b5772836
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Dec 2025 14:14:53 +0100

restore missing Makefile.am

Diffstat:
Acontrib/typst/Makefile.am | 26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/contrib/typst/Makefile.am b/contrib/typst/Makefile.am @@ -0,0 +1,26 @@ +SUBDIRS = . + +formdatadir = $(datadir)/taler-exchange/typst-forms/ +dist_formdata_DATA = \ + _cover_.typ \ + accept-tos.typ \ + challenger_postal.typ \ + challenger_sms.typ \ + taler-logo.svg \ + pointing_finger.svg \ + vqf_902_1_customer.typ \ + vqf_902_1_officer.typ \ + vqf_902_4.typ \ + vqf_902_5.typ \ + vqf_902_9_customer.typ \ + vqf_902_9_officer.typ \ + vqf_902_11_customer.typ \ + vqf_902_11_officer.typ \ + vqf_902_12.typ \ + vqf_902_13.typ \ + vqf_902_14.typ \ + vqf_902_15.typ \ + vss_vqf_verein.png + +EXTRA_DIST = \ + $(dist_formdata_DATA)