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 --- widgets/table/ChangeLog | 6 ++++++ widgets/table/Makefile.am | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'widgets/table') diff --git a/widgets/table/ChangeLog b/widgets/table/ChangeLog index f4a5ec9560..b0313a186b 100644 --- a/widgets/table/ChangeLog +++ b/widgets/table/ChangeLog @@ -1,3 +1,9 @@ +2007-07-27 Matthew Barnes + + * Makefile.am: + Rename EXTRA_GNOME_CFLAGS to GNOME_PLATFORM_CFLAGS. + Similarly for EXTRA_GNOME_LIBS. + 2007-07-27 Srinivasa Ragavan ** Fix for bug #323522 diff --git a/widgets/table/Makefile.am b/widgets/table/Makefile.am index 815ba8a784..c1ffba1912 100644 --- a/widgets/table/Makefile.am +++ b/widgets/table/Makefile.am @@ -13,7 +13,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ $(E_WIDGETS_CFLAGS) \ - $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ -DEVOLUTION_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"e-table\" @@ -155,7 +155,7 @@ libetable_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/a11y/libevolution-a11y.la \ $(E_WIDGETS_LIBS) \ - $(EXTRA_GNOME_LIBS) + $(GNOME_PLATFORM_LIBS) icons = \ add-col.xpm \ -- cgit v1.2.3