summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-01-04 03:05:16 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-01-04 03:05:16 +0000
commit00ab20d791d035f632ca455b836d5baa2e333332 (patch)
tree64295406d39d77b2c9d02caf0c2fef8d21bb6aba
parent5fdc4a006b1577da5d103978d63b00bc181e6bd3 (diff)
downloadgvfs-00ab20d791d035f632ca455b836d5baa2e333332.tar.gz
Install the .mount files in /usr/share/gvfs/mounts, not in
2008-01-03 Matthias Clasen <mclasen@redhat.com> * daemon/Makefile.am: Install the .mount files in /usr/share/gvfs/mounts, not in /etc/gvfs/mounts svn path=/trunk/; revision=1073
-rw-r--r--ChangeLog5
-rw-r--r--daemon/Makefile.am6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c316e19..84e6d07d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-03 Matthias Clasen <mclasen@redhat.com>
+
+ * daemon/Makefile.am: Install the .mount files
+ in /usr/share/gvfs/mounts, not in /etc/gvfs/mounts
+
2008-01-03 Alexander Larsson <alexl@redhat.com>
* hal/ghalvolumemonitor.c:
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 37ad5bbc..2762220d 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -1,5 +1,7 @@
NULL =
+mountdir = $(datadir)/gvfs/mounts
+
INCLUDES = \
$(SAMBA_CFLAGS) \
-I$(top_srcdir) \
@@ -7,7 +9,7 @@ INCLUDES = \
-I$(top_builddir) \
$(GLIB_CFLAGS) $(DBUS_CFLAGS) \
-DDBUS_API_SUBJECT_TO_CHANGE \
- -DMOUNTABLE_DIR=\"$(sysconfdir)/gvfs/mounts/\" \
+ -DMOUNTABLE_DIR=\"$(mountdir)/\" \
-DG_DISABLE_DEPRECATED
noinst_LTLIBRARIES=libdaemon.la
@@ -28,8 +30,6 @@ service_DATA = gvfs-daemon.service
%.mount: %.mount.in ../config.log
sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
-mountdir = $(sysconfdir)/gvfs/mounts
-
libexec_PROGRAMS=gvfsd gvfsd-ftp gvfsd-sftp gvfsd-trash
mount_in_files = ftp.mount.in sftp.mount.in trash.mount.in