mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/import-export/test/Makefile.am: Added src/scm directory to test environment * lib/goffice-0.0.4/Makefile.am: Don't install libgoffice-1.pc, but distribute it * lib/libgsf-1.12.3/tests/Makefile.am: Link to the proper location of libgsf-1.la * lib/libgsf-1.12.3/Makefile.am: Don't install the gsf .pc files, but distribute them. * lib/Makefile.am: Use DIST_SUBDIRS to distribute qof, gsf, and goffice * configure.in: fix QOF_LIBS to use builddir, not srcdir * Makefile.am: add po/POTFILES.in to the dist link gsf into the srcdir, not the builddir * src/report/report-system/Makefile.am: make sure we distribute gw-report-system.h * src/bin/Makefile.am: clean i18n.h in distclean git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12992 57a11ea4-9604-0410-9ed3-97b8803252fd
19 lines
287 B
Makefile
19 lines
287 B
Makefile
SUBDIRS = libc glib26 guile-www srfi
|
|
DIST_SUBDIRS = libc glib26 guile-www srfi libgsf-1.12.3 goffice-0.0.4 libqof
|
|
|
|
if !HAVE_GOFFICE
|
|
if !HAVE_LIBGSF
|
|
SUBDIRS += libgsf-1.12.3
|
|
endif
|
|
SUBDIRS += goffice-0.0.4
|
|
endif
|
|
|
|
if USE_LIBQOF
|
|
SUBDIRS += libqof
|
|
else
|
|
SUBDIRS +=
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|