gnucash/lib/libgsf-1.12.3/Makefile.am
Christian Stimming 3934e34aeb Add more linker flags, necessary for some platforms (windows)
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13557 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-09 15:48:23 +00:00

31 lines
629 B
Makefile

pkgconfigdir = $(libdir)/pkgconfig
#pkgconfig_DATA = libgsf-1.pc
AM_CFLAGS=$(GLIB_CFLAGS)
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