[gvfs] computer: Set BACKEND_USES_GVFS=1 define



commit 00f1210f4b8d8fee48e6bbc57384ad5fbb7bbb9a
Author: Tomas Bzatek <tbzatek redhat com>
Date:   Mon Jan 28 16:44:40 2013 +0100

    computer: Set BACKEND_USES_GVFS=1 define
    
    The computer backend needs to use gvfs GVolumeMonitor in order
    to track gvfs mounts and local and remote volume monitor changes.
    
    A fallout from commit 79a53dc1b86b35dfbeb377e13f760d6817f7597b

 daemon/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 24622a1..71b8ad6 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -347,6 +347,7 @@ gvfsd_computer_CPPFLAGS = \
 	-DBACKEND_HEADER=gvfsbackendcomputer.h \
 	-DDEFAULT_BACKEND_TYPE=computer \
 	-DMAX_JOB_THREADS=1 \
+	-DBACKEND_USES_GVFS=1 \
 	-DBACKEND_TYPES='"computer", G_VFS_TYPE_BACKEND_COMPUTER,'
 
 gvfsd_computer_LDADD = $(libraries)



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