[gtkhtml] Remove redundant "DISABLE_DEPRECATED" flags.



commit 72b559614052339eb7405cb52c0ea9bd272a55f3
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Mar 8 12:32:44 2010 -0500

    Remove redundant "DISABLE_DEPRECATED" flags.

 a11y/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/a11y/Makefile.am b/a11y/Makefile.am
index 6c4af58..64bfdba 100644
--- a/a11y/Makefile.am
+++ b/a11y/Makefile.am
@@ -2,7 +2,7 @@ END=
 
 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
+AM_CFLAGS = $(GAIL_CFLAGS)
 
 noinst_LTLIBRARIES = libgtkhtml-a11y.la
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]