Files
gnucash/packaging/win32/Makefile.am
T
Geert Janssens d2357b256a Bug #670355 - Automated install of Perl with Finance-Quote
With these changes install-fq-mods.cmd will automatically download and install
Strawberry perl if now perl version if found on the system.
Patches by Dave Roberts

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22169 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-05-06 21:19:24 +00:00

37 lines
822 B
Makefile

EXTRA_DIST = \
README \
defaults.sh \
dist.sh \
exetype.pl \
functions.sh \
getperl.vbs \
gnc-path-check \
goffice-0.7.2-patch.diff \
gwenhywfar-3.6.0-patch.diff \
install.sh \
install-fq-mods.cmd \
libmysql.def \
libofx-0.8.3-patch.diff \
opensp-1.5.2-patch.diff \
pi.sh \
ChineseSimp-12-5.1.11.isl \
ChineseTrad-2-5.1.11.isl \
Greek-4-5.1.11.isl \
Japanese-5-5.1.11.isl \
Latvian-1-5.1.11.isl \
reset.sh
if OS_WIN32
bin_PROGRAMS = redirect
redirect_SOURCES = redirect.c
redirect_LDADD = $(GLIB_LIBS)
AM_CPPFLAGS = $(GLIB_CFLAGS)
pkgdata_DATA = ChineseSimp-12-5.1.11.isl
pkgdata_DATA += ChineseTrad-2-5.1.11.isl
pkgdata_DATA += Greek-4-5.1.11.isl
pkgdata_DATA += Japanese-5-5.1.11.isl
pkgdata_DATA += Latvian-1-5.1.11.isl
else
EXTRA_DIST += redirect.c
endif