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.
25 lines
460 B
25 lines
460 B
EXTRA_DIST = \
|
|
README \
|
|
defaults.sh \
|
|
dist.sh \
|
|
exetype.pl \
|
|
functions.sh \
|
|
goffice-0.4.1-patch.diff \
|
|
install.sh \
|
|
install-fq-mods.bat \
|
|
libofx-0.8.3-patch.diff \
|
|
opensp-1.5.2-patch.diff \
|
|
pi.sh \
|
|
Greek-4-5.1.11.isl \
|
|
reset.sh
|
|
|
|
if OS_WIN32
|
|
bin_PROGRAMS = redirect
|
|
redirect_SOURCES = redirect.c
|
|
redirect_LDADD = $(GLIB_LIBS)
|
|
AM_CFLAGS = $(GLIB_CFLAGS)
|
|
pkgdata_DATA = Greek-4-5.1.11.isl
|
|
else
|
|
EXTRA_DIST += redirect.c
|
|
endif
|