From 36f5ca6c59024363169f82642596e791b3733cd6 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 12 Oct 2011 09:44:31 -0400 Subject: Purge hardcoded -DG_DISABLE_DEPRECATED Especially now that deprecations are proper gcc warnings, no need to hardcode this. --- metadata/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata') diff --git a/metadata/Makefile.am b/metadata/Makefile.am index becf13ec..d3f25be3 100644 --- a/metadata/Makefile.am +++ b/metadata/Makefile.am @@ -23,7 +23,7 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/common \ $(LIBXML_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) \ $(UDEV_CFLAGS) \ -DGVFS_LOCALEDIR=\""$(localedir)"\" \ - -DG_LOG_DOMAIN=\"GVFS\" -DG_DISABLE_DEPRECATED \ + -DG_LOG_DOMAIN=\"GVFS\" \ -DDBUS_API_SUBJECT_TO_CHANGE libmetadata_la_SOURCES = \ -- cgit v1.2.1