# This file is in the public domain. SUBDIRS = . tmplpkgdatadir = $(datadir)/taler-exchange/templates/ dist_tmplpkgdata_DATA = \ kycaid-invalid-request.en.must \ kyc-proof-already-done.en.must \ kyc-proof-bad-request.en.must \ kyc-proof-endpoint-unknown.en.must \ kyc-proof-internal-error.en.must \ kyc-proof-target-unknown.en.must \ oauth2-authentication-failure.en.must \ oauth2-authorization-failure.en.must \ oauth2-authorization-failure-malformed.en.must \ oauth2-bad-request.en.must \ oauth2-conversion-failure.en.must \ oauth2-provider-failure.en.must \ persona-exchange-unauthorized.en.must \ persona-load-failure.en.must \ persona-exchange-unpaid.en.must \ persona-logic-failure.en.must \ persona-invalid-response.en.must \ persona-network-timeout.en.must \ persona-kyc-failed.en.must \ persona-provider-failure.en.must termsdir=$(datadir)/taler-exchange/terms/ terms_DATA = \ exchange-tos-v0.rst \ exchange-tos-bfh-v0.rst \ exchange-tos-tops-v0.rst \ exchange-pp-v0.rst install-exec-local: find locale/ -name "*.po" mkdir -p $(DESTDIR)$(datadir) cp --parents -r $$(find locale/ -name "*.po") $(DESTDIR)$(datadir) bin_SCRIPTS = \ taler-auditor-dbconfig \ taler-exchange-dbconfig \ taler-terms-generator EXTRA_DIST = \ locale/de/LC_MESSAGES/exchange-tos-tops-v0.po \ locale/fr/LC_MESSAGES/exchange-tos-tops-v0.po \ $(bin_SCRIPTS) \ gana-generate.sh \ gana/gnu-taler-error-codes/registry.rec \ gana/gnu-taler-error-codes/Makefile \ $(terms_DATA) \ $(rdata_DATA) \ coverage.sh \ gnunet.tag \ microhttpd.tag \ packages # 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/ kycspapkgdatadir = $(prefix)/share/taler-exchange/kyc-spa/