X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=src%2FMakefile.am;h=9e3fdf8c44c99d37126959e9c1c0f7e3c140cedc;hb=b348eacbc4d84337856cf7cca518d61c63e92631;hp=de02622042904839c4050b27c26b5479d5712a53;hpb=acf9000252da7f4f3fde693ecc03461007cf0bf9;p=libguestfs.git diff --git a/src/Makefile.am b/src/Makefile.am index de02622..9e3fdf8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,8 @@ EXTRA_DIST += guestfs_protocol.x \ guestfs_protocol.c \ guestfs_protocol.h +EXTRA_DIST += generator.ml + include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h lib_LTLIBRARIES = libguestfs.la @@ -47,4 +49,6 @@ guestfs_protocol.h: guestfs_protocol.x rm -f $@-t $(RPCGEN) -h -o $@-t $< mv $@-t $@ -endif \ No newline at end of file +endif + +CLEANFILES = *~