mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
392 B
23 lines
392 B
|
|
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
|
|
|
|
noinst_DATA = .scm-links
|
|
|
|
.scm-links:
|
|
rm -f www
|
|
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
|
|
|