aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am.in19
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/