From 08de5e9e147248b84bc1fa618f7cc9d892ddb136 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 27 Jul 2007 16:42:11 +0000 Subject: Collect all the required package versions in one place and explicitly 2007-07-27 Matthew Barnes * configure.in: Collect all the required package versions in one place and explicitly require GTK+ 2.10 or higher. (#380354) * Adapt various Makefile.am files. svn path=/trunk/; revision=33863 --- a11y/ChangeLog | 9 +++++++++ a11y/Makefile.am | 2 +- a11y/e-table/Makefile.am | 2 +- a11y/e-text/Makefile.am | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) (limited to 'a11y') diff --git a/a11y/ChangeLog b/a11y/ChangeLog index e686043270..80b421f2d2 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,12 @@ +2007-07-27 Matthew Barnes + + * Makefile.am: + Rename EXTRA_GNOME_LIBS to GNOME_PLATFORM_LIBS. + + * e-text/Makefile.am: + * e-table/Makefile.am: + Rename EXTRA_GNOME_CFLAGS to GNOME_PLATFORM_CFLAGS. + 2007-07-26 Hiroyuki Ikezoe * e-table/gal-a11y-e-cell-tree.c: (ectr_subcell_weak_ref): diff --git a/a11y/Makefile.am b/a11y/Makefile.am index 7205a9090c..a1b0f8c68b 100644 --- a/a11y/Makefile.am +++ b/a11y/Makefile.am @@ -31,4 +31,4 @@ libevolution_a11y_la_LIBADD = \ e-text/libgal-a11y-etext.la \ e-table/libgal-a11y-etable.la \ $(top_builddir)/e-util/libeutil.la \ - $(EXTRA_GNOME_LIBS) + $(GNOME_PLATFORM_LIBS) diff --git a/a11y/e-table/Makefile.am b/a11y/e-table/Makefile.am index aaf7175250..1884c3a1c5 100644 --- a/a11y/e-table/Makefile.am +++ b/a11y/e-table/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ - $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ -DG_LOG_DOMAIN=\"e-table\" noinst_LTLIBRARIES = libgal-a11y-etable.la diff --git a/a11y/e-text/Makefile.am b/a11y/e-text/Makefile.am index 5eb11b2a87..8dc23f50cc 100644 --- a/a11y/e-text/Makefile.am +++ b/a11y/e-text/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ - $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ -DG_LOG_DOMAIN=\"e-text\" noinst_LTLIBRARIES = libgal-a11y-etext.la -- cgit