merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

Makefile.am.in (1104B)


      1 # This file is in the public domain.
      2 
      3 tmplpkgdatadir = $(prefix)/share/taler-merchant/templates/
      4 staticpkgdatadir = $(prefix)/share/taler-merchant/static/
      5 spapkgdatadir = $(prefix)/share/taler-merchant/spa/
      6 
      7 bin_SCRIPTS = \
      8   taler-merchant-dbconfig
      9 
     10 termsdir=$(datadir)/taler-merchant/terms/
     11 terms_DATA = \
     12   merchant-tos-tops-v0.en.rst \
     13   merchant-tos-demo-v0.en.rst
     14 
     15 EXTRA_DIST = \
     16   $(terms_DATA) \
     17   $(bin_SCRIPTS)
     18 
     19 dist_tmplpkgdata_DATA = \
     20   offer_refund.en.must \
     21   request_payment.en.must \
     22   show_order_details.en.must
     23 
     24 %.must: wallet-core/backend/%.html
     25 	cp $< $@
     26 
     27 # Note: only works when building from Git, if you
     28 # run maintainer clean against the TGZ, you will
     29 # not be able to recover...
     30 MAINTAINERCLEANFILES = \
     31     $(dist_tmplpkgdata_DATA)
     32 
     33 # Note: historic mechanism for static resource files, currently not used.
     34 #dist_staticpkgdata_DATA = \
     35 # foo.css
     36 
     37 
     38 # This is for the single-page-app imported from the wallet-core.git
     39 # prebuilt branch. This MUST be the last line in the
     40 # Makefile.am.in, as it will be combined with the
     41 # actual SPA data by 'bootstrap'!
     42 dist_spapkgdata_DATA = \