[tomboy] Stop using *_DISABLE_DEPRECATED flags for libtomboy



commit 1d45ff8e985d1d7de86c6fc5c285cc701f845b88
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Wed Sep 15 06:15:09 2010 -0700

    Stop using *_DISABLE_DEPRECATED flags for libtomboy
    
    After 2.32 is released, we should change this to only use those flags
    when building from git, but never when building from tarball.

 NEWS                  |    4 ++++
 libtomboy/Makefile.am |    3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b5da6e3..b5a96ce 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Please send questions and suggestions to
 Please report bugs using http://bugzilla.gnome.org/
 (http://bugzilla.gnome.org/enter_bug.cgi?product=Tomboy).
 
+Version 1.3.4
+* Stop building libtomboy with *DISABLE_DEPRECATED flags (for now)
+* Translation updates: pl
+
 Version 1.3.3
 * Update Print add-in license to LGPL (not GPL)
 * Translation updates: bg, cs, de, el, en_GB, es, et, gl, hu, ja, pt, sr,
diff --git a/libtomboy/Makefile.am b/libtomboy/Makefile.am
index 57bbc1d..ef9428f 100644
--- a/libtomboy/Makefile.am
+++ b/libtomboy/Makefile.am
@@ -9,9 +9,6 @@ INCLUDES = 				\
 	-I$(top_srcdir)			\
 	-DG_LOG_DOMAIN=\"libtomboy\"	\
 	-DEGG_COMPILATION 		\
-	-DGTK_DISABLE_DEPRECATED 	\
-	-DGDK_DISABLE_DEPRECATED 	\
-	-DG_DISABLE_DEPRECATED		\
 	$(LIBTOMBOY_CFLAGS)		\
 	$(EXTRA_FLAGS)
 



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