summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-03 16:49:31 +0000
committerRichard Jones <rjones@redhat.com>2009-11-03 16:49:31 +0000
commite2976edb674762437352c73a854333c7d9c945af (patch)
treef07dca55ff4723f89e691ec607696061535f4ef4
parentbca39315908ad814addc6e5bfccb229ac774f652 (diff)
downloadlibguestfs-e2976edb674762437352c73a854333c7d9c945af.tar.gz
libguestfs-e2976edb674762437352c73a854333c7d9c945af.tar.xz
libguestfs-e2976edb674762437352c73a854333c7d9c945af.zip
Fix EXTRA_DIST line in fuse/Makefile.am.
-rw-r--r--fuse/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index 5d5ea309..dc00823d 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-EXTRA_DIST = fusexmp.c fusexmp_fh.c
+EXTRA_DIST = guestmount.pod
if HAVE_FUSE