[gtkhtml] Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [gtkhtml] Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
- Date: Tue, 30 Jun 2009 21:36:38 +0000 (UTC)
commit 8d42181f59f83b808d7eae56dbb1adb2b443692a
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jun 30 17:22:05 2009 -0400
Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.
a11y/Makefile.am | 2 +-
gtkhtml/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/a11y/Makefile.am b/a11y/Makefile.am
index 8a24379..6c4af58 100644
--- a/a11y/Makefile.am
+++ b/a11y/Makefile.am
@@ -1,6 +1,6 @@
END=
-INCLUDES = -I$(top_srcdir)/gtkhtml $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir)/gtkhtml $(GTKHTML_CFLAGS) $(I18N_LIB_CFLAGS)
AM_CFLAGS = $(GAIL_CFLAGS) -DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1
diff --git a/gtkhtml/Makefile.am b/gtkhtml/Makefile.am
index 05c6a85..6ac2d02 100644
--- a/gtkhtml/Makefile.am
+++ b/gtkhtml/Makefile.am
@@ -12,7 +12,7 @@ if HAVE_NEWSOUP
have_new_soup = -DHAVE_NEWSOUP
endif
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(srcdir) \
$(GTKHTML_CFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]