summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2013-01-28 16:44:40 +0100
committerTomas Bzatek <tbzatek@redhat.com>2013-01-28 17:06:40 +0100
commit00f1210f4b8d8fee48e6bbc57384ad5fbb7bbb9a (patch)
treedb93a327ecf0d43c6d80293b70cfc7254e4afa33
parent63e758d2ddb540944ee0232201e3c76a12694230 (diff)
downloadgvfs-00f1210f4b8d8fee48e6bbc57384ad5fbb7bbb9a.tar.gz
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
-rw-r--r--daemon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 24622a17..71b8ad68 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)