X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fuse%2FMakefile.am;h=c0410583367873b19b8e3e219763e78275974408;hp=5d5ea3096626944441dd314511ee177626ac9db8;hb=ade327a7af869d4d70e28e2a596473943e0299dd;hpb=429de2254176e470035eef05e0f3e9910d46863c diff --git a/fuse/Makefile.am b/fuse/Makefile.am index 5d5ea30..c041058 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 @@ -24,7 +24,8 @@ bin_PROGRAMS = guestmount guestmount_SOURCES = \ dircache.c \ dircache.h \ - guestmount.c + guestmount.c \ + guestmount.h guestmount_CFLAGS = \ -I$(top_srcdir)/src -I$(top_builddir)/src \