[gvfs] build: undef G_LOG_DOMAIN if we're going to redefine it



commit 9c01f34888eac9e346f5638062905ed8a139b551
Author: Benjamin Otte <otte redhat com>
Date:   Tue Dec 7 12:08:13 2010 +0100

    build: undef G_LOG_DOMAIN if we're going to redefine it
    
    Otherwise gcc will throw a warning.

 client/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index b9eebf4..1a77502 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 = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]