mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
17 lines
271 B
Makefile
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
|
|
|