mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
This way they will be checked in/out in proper line ending style on all supported platforms. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22714 57a11ea4-9604-0410-9ed3-97b8803252fd
35 lines
760 B
Makefile
35 lines
760 B
Makefile
EXTRA_DIST = \
|
|
README \
|
|
aqbanking-4.2.4-r2132.patch \
|
|
defaults.sh \
|
|
dist.sh \
|
|
exetype.pl \
|
|
functions.sh \
|
|
getperl.vbs \
|
|
gnc-path-check \
|
|
install.sh \
|
|
install-fq-mods.cmd \
|
|
libmysql.def \
|
|
opensp-1.5.2.patch \
|
|
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
|