Files
gnucash/lib/Makefile.am
Andreas Köhler 5d79c1a22f Add a few functions from GLib 2.8 in lib/glib28.
Remove empty directory lib/glib26. Add lib/glib28 instead with the
necessary sources and headers to have the following functions even on a
GLib 2.6 system (!defined(HAVE_GLIB_2_8))
- g_access, g_chmod,
- g_file_set_contents,
- g_win32_locale_filename_from_utf8.
Make use of them, improving r15429 and r15430.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15445 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-01-28 05:13:54 +00:00

17 lines
271 B
Makefile

SUBDIRS = libc glib28 guile-www srfi
DIST_SUBDIRS = libc glib28 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