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.
30 lines
604 B
30 lines
604 B
pkgconfigdir = $(libdir)/pkgconfig
|
|
#pkgconfig_DATA = libgsf-1.pc
|
|
|
|
if WITH_LIBGSF_GNOME
|
|
# pkgconfig_DATA += libgsf-gnome-1.pc
|
|
endif
|
|
if PLATFORM_WIN32
|
|
# pkgconfig_DATA += libgsf-win32-1.pc
|
|
endif
|
|
|
|
DIST_SUBDIRS = gsf gsf-gnome gsf-win32 tests python
|
|
SUBDIRS = gsf gsf-gnome gsf-win32 tests
|
|
# doc (before tests)
|
|
# po
|
|
|
|
if WITH_PYTHON
|
|
SUBDIRS += python
|
|
endif
|
|
|
|
EXTRA_DIST = BUGS HACKING \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
libgsf-1.spec \
|
|
libgsf-gnome-1.spec
|
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
#DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|