summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-07 12:08:13 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-07 12:08:13 +0100
commit9c01f34888eac9e346f5638062905ed8a139b551 (patch)
tree1a94354c544e40c9a50b7eb819f58103e789dbce /client
parent47d5a4f9968521c9cb84c87c18054ae085eac68f (diff)
downloadgvfs-9c01f34888eac9e346f5638062905ed8a139b551.tar.gz
build: undef G_LOG_DOMAIN if we're going to redefine it
Otherwise gcc will throw a warning.
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index b9eebf49..1a775021 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -73,7 +73,7 @@ gvfs_fuse_daemon_CFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/common \
$(GLIB_CFLAGS) $(DBUS_CFLAGS) $(FUSE_CFLAGS) \
- -DG_LOG_DOMAIN=\"GVFS-FUSE\" -DG_DISABLE_DEPRECATED \
+ -UG_LOG_DOMAIN -DG_LOG_DOMAIN=\"GVFS-FUSE\" -DG_DISABLE_DEPRECATED \
-DDBUS_API_SUBJECT_TO_CHANGE
gvfs_fuse_daemon_LDADD = \