mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Ask for GLib 2.6 and GTK+ 2.6. Let the included GOffice 0.0.4 and LibGSF 1.12.3 use their native base dependencies. Remove all #ifdefs and compatibility code that were necessary to make GnuCash, GOffice and LibGSF compile on an older setup (GLib 2.4, Pango 1.6, GTK+ 2.4). git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15400 57a11ea4-9604-0410-9ed3-97b8803252fd
17 lines
257 B
Makefile
17 lines
257 B
Makefile
SUBDIRS = libc guile-www srfi
|
|
DIST_SUBDIRS = libc 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
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|