diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:41:35 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 13:41:35 +0000 |
commit | f366fe009d8d4f66738ad541d7c8fd05ae762d4f (patch) | |
tree | 066309050335cfc54ad864c5296305798a81f7f8 /Makefile.am | |
parent | 49d4bf40913c9fd02e302040d2a1fdd781a9c8d8 (diff) | |
download | gvfs-f366fe009d8d4f66738ad541d7c8fd05ae762d4f.tar.gz |
Add infrastructure to conditionally build FUSE daemon.
Original git commit by Hans Petter Jansson <hpj@kzerza.amok> at 1179126784 -0500
svn path=/trunk/; revision=563
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e3b304ec..fe051940 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,10 @@ SUBDIRS = \ programs \ $(NULL) +if USE_FUSE +SUBDIRS += fuse +endif + DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc pkgconfigdir = $(libdir)/pkgconfig |