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/text/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/text/Makefile.am') diff --git a/widgets/text/Makefile.am b/widgets/text/Makefile.am index 508178fda3..c348e039c6 100644 --- a/widgets/text/Makefile.am +++ b/widgets/text/Makefile.am @@ -5,7 +5,7 @@ endif INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ - $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_PLATFORM_CFLAGS) \ -DG_LOG_DOMAIN=\"e-text\" @@ -44,5 +44,5 @@ libetext_la_LIBADD = \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/a11y/libevolution-a11y.la \ $(top_builddir)/widgets/table/libetable.la \ - $(EXTRA_GNOME_LIBS) \ + $(GNOME_PLATFORM_LIBS) \ $(REGEX_LIBS) -- cgit v1.2.3