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 --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index e6fd5ac4f9..61d5a3335b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -16,7 +16,7 @@ INCLUDES = \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ - $(GNOME_FULL_CFLAGS) + $(GNOME_PLATFORM_CFLAGS) EXTRA_DIST = verify-evolution-install.sh -- cgit