diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-06-02 21:05:30 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-07-29 12:18:42 +0200 |
commit | 4968c2ed31d8d76af3f2864a06c453982f3898ec (patch) | |
tree | be4bbeaa921d487362150b0045e6cde46b7585c6 /contrib | |
parent | 5c19f0a8c890079a8780ae8ce52f18bc975428e1 (diff) |
-towards having 3 SPAs
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am.in | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/contrib/Makefile.am.in b/contrib/Makefile.am.in index d3cfa769c..c6c59357c 100644 --- a/contrib/Makefile.am.in +++ b/contrib/Makefile.am.in @@ -37,10 +37,6 @@ install-exec-local: mkdir -p $(DESTDIR)$(datadir) cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(datadir) -rdatadir=$(datadir)/taler/exchange -rdata_DATA = \ - auditor-report.tex.j2 - bin_SCRIPTS = \ taler-auditor-dbconfig \ taler-exchange-dbconfig \ @@ -60,10 +56,13 @@ EXTRA_DIST = \ microhttpd.tag \ packages -spapkgdatadir = $(prefix)/share/taler/exchange/spa/ +# These are for the various single-page-apps +# imported from the wallet-core.git +# prebuilt branch. These MUST be present, they will +# be used by code generated by 'bootstrap'! + +amlspapkgdatadir = $(prefix)/share/taler/exchange/aml-spa/ + +auditorspapkgdatadir = $(prefix)/share/taler/auditor/spa/ -# This is for the single-page-app imported from the wallet-core.git -# prebuilt branch. This MUST be the last line in the -# Makefile.am.in, as it will be combined with the -# actual SPA data by 'bootstrap'! -dist_spapkgdata_DATA = \ +kycspapkgdatadir = $(prefix)/share/taler/exchange/kyc-spa/ |