aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-07-28 00:42:11 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-07-28 00:42:11 +0800
commit08de5e9e147248b84bc1fa618f7cc9d892ddb136 (patch)
tree4d1b07578b9152c2c94318d70cf06083fc4145bd /widgets/text
parentf0d21ded368b4fc2bc2285767f08587c5a821185 (diff)
downloadgsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.gz
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.bz2
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.lz
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.xz
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.tar.zst
gsoc2013-evolution-08de5e9e147248b84bc1fa618f7cc9d892ddb136.zip
Collect all the required package versions in one place and explicitly
2007-07-27 Matthew Barnes <mbarnes@redhat.com> * 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
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)