X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2FMakefile.am;h=5ffdb95be872141829220ea0d7d3f4a2425b0883;hb=db430348cae9f99549a4f7e155a162e71fb9900d;hp=c0410583367873b19b8e3e219763e78275974408;hpb=ade327a7af869d4d70e28e2a596473943e0299dd;p=libguestfs.git diff --git a/fuse/Makefile.am b/fuse/Makefile.am index c041058..5ffdb95 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -15,7 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = guestmount.pod +include $(top_srcdir)/subdir-rules.mk + +EXTRA_DIST = guestmount.pod test-fuse.sh if HAVE_FUSE @@ -39,6 +41,8 @@ guestmount_LDADD = \ $(top_builddir)/src/libguestfs.la \ ../gnulib/lib/libgnu.la +# Documentation. + man_MANS = guestmount.1 guestmount.1: guestmount.pod @@ -60,4 +64,10 @@ $(top_builddir)/html/guestmount.1.html: guestmount.pod --outfile html/guestmount.1.html \ fuse/guestmount.pod +# Tests. + +TESTS = test-fuse.sh +TESTS_ENVIRONMENT = \ + top_builddir=.. + endif