From 758afecc1bf42cbfa498f10a9a9735e99758b605 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 16 Nov 2023 15:24:24 +0100 Subject: add logic to serve AML SPA --- bootstrap | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index da4f63203..10bd617f8 100755 --- a/bootstrap +++ b/bootstrap @@ -39,4 +39,17 @@ else echo "Uncrustify not detected, hook not installed. Please install uncrustify if you plan on doing development" fi + +# Generate Makefile.am in contrib/ +cd contrib +rm -f Makefile.am +find wallet-core/aml-backoffice/ -type f -printf ' %p \\\n' | sort > Makefile.am.ext +# Remove extra '\' at the end of the file +truncate -s -2 Makefile.am.ext +cat Makefile.am.in Makefile.am.ext >> Makefile.am +# Prevent accidental editing of the generated Makefile.am +chmod -w Makefile.am +cd .. + +echo "$0: Running autoreconf" autoreconf -fi -- cgit v1.2.3