blob: fdbf8fb0d16d0749ab55c2aa7915379a7276a310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
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
|