summaryrefslogtreecommitdiffstats
path: root/resize
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-01-04 09:56:16 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-01-04 10:38:44 +0000
commitc655415dc051b84d6178399e5f7cb76ff7af06c0 (patch)
tree4c84d1d0657276a140b8badb7bfcdb75b90ad9a1 /resize
parent882408947758fde740efa87b55aff31cd1960983 (diff)
downloadlibguestfs-c655415dc051b84d6178399e5f7cb76ff7af06c0.tar.gz
libguestfs-c655415dc051b84d6178399e5f7cb76ff7af06c0.tar.xz
libguestfs-c655415dc051b84d6178399e5f7cb76ff7af06c0.zip
build: Fix automake warnings
Diffstat (limited to 'resize')
-rw-r--r--resize/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 5046a8c9..3f33118e 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -17,6 +17,8 @@
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: