mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* Makefile.am: handle conditional install inclusion of GUILE_WWW.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6539 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a458350f99
commit
79fff7aa22
@ -1,9 +1,13 @@
|
||||
|
||||
if GNC_HAVE_GUILE_WWW
|
||||
|
||||
# Do nothing.
|
||||
|
||||
else # !GNC_HAVE_GUILE_WWW
|
||||
|
||||
gncscmdir = ${GNC_SHAREDIR}/guile-modules/www
|
||||
gncscm_DATA = cgi.scm http.scm main.scm url.scm
|
||||
|
||||
EXTRA_DIST = README README.gnucash wwwcat ${gncscm_DATA}
|
||||
|
||||
noinst_DATA = .scm-links
|
||||
|
||||
.scm-links:
|
||||
@ -11,3 +15,8 @@ noinst_DATA = .scm-links
|
||||
ln -sf . www
|
||||
touch .scm-links
|
||||
CLEANFILES = www .scm-links
|
||||
|
||||
endif # GNC_HAVE_GUILE_WWW (else clause)
|
||||
|
||||
EXTRA_DIST = README README.gnucash wwwcat cgi.scm http.scm main.scm url.scm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user