diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:49:39 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:49:39 +0000 |
commit | f9f3cc4462976e0df48820d2bdedd86612e97249 (patch) | |
tree | 57a8fd749eeed2ada714a451e2ee1e927feae454 /Makefile.am | |
parent | edafdc36125604f24f8376c291a30e50df7d4449 (diff) | |
download | gvfs-f9f3cc4462976e0df48820d2bdedd86612e97249.tar.gz |
Move the FUSE daemon from fuse/ into client/ and use GDaemon* directly.
Original git commit by Hans Petter Jansson <hpj@fatty.amok> at 1179365820 -0500
svn path=/trunk/; revision=583
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fe051940..e3b304ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,10 +16,6 @@ SUBDIRS = \ programs \ $(NULL) -if USE_FUSE -SUBDIRS += fuse -endif - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc pkgconfigdir = $(libdir)/pkgconfig |