summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-10-12 09:44:31 -0400
committerColin Walters <walters@verbum.org>2011-10-12 09:44:31 -0400
commit36f5ca6c59024363169f82642596e791b3733cd6 (patch)
treef0705a8f7c2460cf891540a49fe9c8095e6bc1ad /programs
parent80fb85055d06805d5b67c24be5047f7cad44798c (diff)
downloadgvfs-36f5ca6c59024363169f82642596e791b3733cd6.tar.gz
Purge hardcoded -DG_DISABLE_DEPRECATED
Especially now that deprecations are proper gcc warnings, no need to hardcode this.
Diffstat (limited to 'programs')
-rw-r--r--programs/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/programs/Makefile.am b/programs/Makefile.am
index 532f3474..f99eaef0 100644
--- a/programs/Makefile.am
+++ b/programs/Makefile.am
@@ -4,8 +4,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(GLIB_CFLAGS) \
- -DGVFS_LOCALEDIR=\""$(localedir)"\" \
- -DG_DISABLE_DEPRECATED
+ -DGVFS_LOCALEDIR=\""$(localedir)"\"
libraries = \
$(GLIB_LIBS)