X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=resize%2FMakefile.am;h=3f33118ea5d455d8253a4990a08a016ca206fdc1;hp=69103d68fd27433285a87343d2953643261b4973;hb=c655415dc051b84d6178399e5f7cb76ff7af06c0;hpb=ffbafadcb8dfebcaba529cb8d7e2da52dd032d8a diff --git a/resize/Makefile.am b/resize/Makefile.am index 69103d6..3f33118 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -13,10 +13,12 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. include $(top_srcdir)/subdir-rules.mk +SOURCES = + EXTRA_DIST = \ $(SOURCES) \ virt-resize.pod \ @@ -27,7 +29,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img if HAVE_OCAML # Alphabetical order. -SOURCES = \ +SOURCES += \ progress_c.c \ progress.mli \ progress.ml \ @@ -120,10 +122,10 @@ depend: .depend include .depend -.PHONY: depend docs - endif +.PHONY: depend docs + # Parallel builds don't obey dependencies for some reason we # don't understand. .NOTPARALLEL: