diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-11-16 15:24:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-11-16 15:24:24 +0100 |
commit | 758afecc1bf42cbfa498f10a9a9735e99758b605 (patch) | |
tree | 0fba1a1b32d5587fe6c8dccea94821f12460aa17 /contrib | |
parent | 0d8f1fa2b4998d6d44164512c8aeb1e861ab0a98 (diff) |
add logic to serve AML SPA
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am.in (renamed from contrib/Makefile.am) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am.in index 09e1dcf92..64a5a9f54 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am.in @@ -61,3 +61,11 @@ EXTRA_DIST = \ gnunet.tag \ microhttpd.tag \ packages + +spapkgdatadir = $(prefix)/share/taler/exchange/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 = \ |