summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-15 14:55:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-15 14:55:10 +0100
commit1fdd0193fd63af71359748915a0326d623a3d6ad (patch)
treec0db220d9919a5dd4fbcdbef693780f5ce12a703 /examples/Makefile.am
parent0241c753937e577d51a070f7db471260bf931f9c (diff)
downloadlibguestfs-1fdd0193fd63af71359748915a0326d623a3d6ad.tar.gz
libguestfs-1fdd0193fd63af71359748915a0326d623a3d6ad.tar.xz
libguestfs-1fdd0193fd63af71359748915a0326d623a3d6ad.zip
recipes: Remove two C file dependencies which are not actually used in the POD.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index c84285f5..df5cc718 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -76,7 +76,7 @@ stamp-guestfs-examples.pod: $(srcdir)/guestfs-examples.pod $(srcdir)/create_disk
guestfs-recipes.1 $(top_builddir)/html/guestfs-recipes.1.html: stamp-guestfs-recipes.pod
-stamp-guestfs-recipes.pod: $(builddir)/guestfs-recipes.pod create_disk.c inspect_vm.c
+stamp-guestfs-recipes.pod: $(builddir)/guestfs-recipes.pod
$(top_builddir)/podwrapper.sh \
--section 1 \
--man guestfs-recipes.1 \