27 lines
788 B
Diff
27 lines
788 B
Diff
From 64a0443e26a50745c8fdc02eddf60985a977275f Mon Sep 17 00:00:00 2001
|
|
From: Colin Walters <walters@verbum.org>
|
|
Date: Thu, 2 May 2013 17:58:00 -0400
|
|
Subject: [PATCH] Don't use G_DISABLE_DEPRECATED
|
|
|
|
Because really, no one cares about this code, we're not going to
|
|
stay on the GLib treadmill.
|
|
---
|
|
libgnome/Makefile.am | 1 -
|
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/libgnome/Makefile.am b/libgnome/Makefile.am
|
|
index 9c8cd3e..aa01f6c 100644
|
|
--- a/libgnome/Makefile.am
|
|
+++ b/libgnome/Makefile.am
|
|
@@ -17,7 +17,6 @@ INCLUDES = \
|
|
-I$(srcdir)/.. \
|
|
$(WARN_CFLAGS) \
|
|
$(LIBGNOME_CFLAGS) \
|
|
- -DG_DISABLE_DEPRECATED \
|
|
-DLIBGNOME_PREFIX=\""$(prefix)"\" \
|
|
-DLIBGNOME_LIBDIR=\""$(libdir)"\" \
|
|
-DLIBGNOME_DATADIR=\""$(datadir)"\" \
|
|
--
|
|
1.7.1
|
|
|