X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rescue%2FMakefile.am;h=85a70f92c015e76f51182428f01e3fc040157b3e;hb=782a2e0299b0c22155f0c115f94903c519040247;hp=a4903416d22675ab0851b56666fe60c3d5c12a95;hpb=b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef;p=libguestfs.git diff --git a/rescue/Makefile.am b/rescue/Makefile.am index a490341..85a70f9 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -18,7 +18,6 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - run-rescue-locally \ virt-rescue.pod CLEANFILES = stamp-virt-rescue.pod @@ -38,6 +37,7 @@ virt_rescue_SOURCES = \ virt-rescue.c virt_rescue_CFLAGS = \ + -DGUESTFS_WARN_DEPRECATED=1 \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ @@ -57,7 +57,7 @@ noinst_DATA = $(top_builddir)/html/virt-rescue.1.html virt-rescue.1 $(top_builddir)/html/virt-rescue.1.html: stamp-virt-rescue.pod stamp-virt-rescue.pod: virt-rescue.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --man virt-rescue.1 \ --html $(top_builddir)/html/virt-rescue.1.html \ $<