diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-01-21 14:45:23 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-01-21 14:45:23 +0000 |
commit | 8337af6b8f0437556198b5eba99a0d05ba545630 (patch) | |
tree | aba6b2021bbc4fe538995b81407d03ade0bb4326 /daemon/Makefile.am | |
parent | 233f20fbc47042df871ab2a845a97222b14602e3 (diff) | |
download | gvfs-8337af6b8f0437556198b5eba99a0d05ba545630.tar.gz |
Update for release
2008-01-21 Alexander Larsson <alexl@redhat.com>
* NEWS:
Update for release
* daemon/Makefile.am:
* daemon/main.c:
Autospawn fuse on daemon start.
* daemon/mount.c:
(read_mountable_config):
Remove debug spew
svn path=/trunk/; revision=1158
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 5543f22a..d33d7fbf 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ -I$(top_builddir) \ $(GLIB_CFLAGS) $(DBUS_CFLAGS) \ -DDBUS_API_SUBJECT_TO_CHANGE \ + -DLIBEXEC_DIR=\"$(libexecdir)/\" \ -DMOUNTABLE_DIR=\"$(mountdir)/\" \ -DG_DISABLE_DEPRECATED |