X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rescue%2FMakefile.am;h=cf173ce5ce3850dd84bf8bb3d3ca76252ca69782;hb=c48226a5026816b115ab63b50d3601531aff59dc;hp=a4903416d22675ab0851b56666fe60c3d5c12a95;hpb=b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef;p=libguestfs.git diff --git a/rescue/Makefile.am b/rescue/Makefile.am index a490341..cf173ce 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -13,12 +13,11 @@ # # 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 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 \ $<