[gmime] Remove hardcoded -DG_DISABLE_DEPRECATED



commit 7033a77fb05c778aa1cb2627122f320e6ed1cece
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 3 19:10:39 2011 -0400

    Remove hardcoded -DG_DISABLE_DEPRECATED
    
    No longer necessary now that they're compiler warnings.

 gmime/Makefile.am |    1 -
 tests/Makefile.am |    1 -
 util/Makefile.am  |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gmime/Makefile.am b/gmime/Makefile.am
index bcba7a7..95db7b2 100644
--- a/gmime/Makefile.am
+++ b/gmime/Makefile.am
@@ -8,7 +8,6 @@ INCLUDES = 				\
 	-I$(top_srcdir) 		\
 	-I$(top_srcdir)/util		\
 	-DG_LOG_DOMAIN=\"gmime\"	\
-	-DG_DISABLE_DEPRECATED		\
 	$(GMIME_CFLAGS)			\
 	$(GLIB_CFLAGS)
 
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 34e81d5..197e598 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,7 +6,6 @@ INCLUDES = 				\
 	-I$(top_srcdir) 		\
 	-I$(top_srcdir)/util		\
 	-DG_LOG_DOMAIN=\"gmime-tests\"	\
-	-DG_DISABLE_DEPRECATED		\
 	$(GMIME_CFLAGS)			\
 	$(GLIB_CFLAGS)
 
diff --git a/util/Makefile.am b/util/Makefile.am
index 730cddb..2e2eee7 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -7,7 +7,6 @@ noinst_LTLIBRARIES = libutil.la
 INCLUDES = -I$(top_srcdir) 		\
 	$(VERSION_FLAGS) 		\
 	-DG_LOG_DOMAIN=\"util\"		\
-	-DG_DISABLE_DEPRECATED		\
 	$(GMIME_CFLAGS)			\
 	$(GLIB_CFLAGS)
 



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