X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rescue%2FMakefile.am;h=d3783aef44f5a67798f2e8b18ea9f2cb09b6ab47;hb=20480068caefae4ff62c3564113df0788a2a1c87;hp=a4903416d22675ab0851b56666fe60c3d5c12a95;hpb=b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef;p=libguestfs.git diff --git a/rescue/Makefile.am b/rescue/Makefile.am index a490341..d3783ae 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 \