[file-roller] Use $(DISABLE_DEPRECATED) in copy-n-paste/Makefile.am



commit 83ab53d16213fa79baad17ee63290287c708b0cf
Author: Andreas Henriksson <andreas fatal se>
Date:   Mon Oct 10 00:14:15 2011 +0200

    Use $(DISABLE_DEPRECATED) in copy-n-paste/Makefile.am
    
    Take the --disable-deprecated configure flag into account instead
    of just always disabling deprecated code in copy-n-paste/.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=661031

 copy-n-paste/Makefile.am |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am
index d07144d..8cceb2b 100644
--- a/copy-n-paste/Makefile.am
+++ b/copy-n-paste/Makefile.am
@@ -1,6 +1,4 @@
-INCLUDES = -DGTK_DISABLE_DEPRECATED \
-	   -DGDK_DISABLE_DEPRECATED \
-	   -DG_DISABLE_DEPRECATED \
+INCLUDES = $(DISABLE_DEPRECATED) \
 	   -UGETTEXT_PACKAGE
 
 noinst_LTLIBRARIES = libeggsmclient.la



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