diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-18 13:40:04 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-18 13:40:04 +0000 |
commit | 4ffd4d460bd4b239ea9bcb60fbd225a7d37cb200 (patch) | |
tree | 9f37fe1021892201853648eca6e111c544922a28 /fuse/Makefile.am | |
parent | f5a3da14837fe65eab1df41df33f2bafeddcd9ce (diff) | |
download | libguestfs-4ffd4d460bd4b239ea9bcb60fbd225a7d37cb200.tar.gz libguestfs-4ffd4d460bd4b239ea9bcb60fbd225a7d37cb200.tar.xz libguestfs-4ffd4d460bd4b239ea9bcb60fbd225a7d37cb200.zip |
fuse: Add test-fuse.sh to EXTRA_DIST.
Diffstat (limited to 'fuse/Makefile.am')
-rw-r--r-- | fuse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am index ebf948ae..d582c651 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 = guestmount.pod +EXTRA_DIST = guestmount.pod test-fuse.sh if HAVE_FUSE |