X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fuse%2FMakefile.am;h=10bbc9d19897add025d06dd315dc2e48fc711a25;hb=4e196ad9a374ecef8a39af3ef028fc593d3b1a46;hp=c860f24a1fca78a2c11b85deb936f5b320479494;hpb=8c0aca8d9280fb87027826fe89d70cc2701e7f8b;p=libguestfs.git diff --git a/fuse/Makefile.am b/fuse/Makefile.am index c860f24..10bbc9d 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -43,6 +43,7 @@ guestmount_SOURCES = \ guestmount.h guestmount_CFLAGS = \ + -DGUESTFS_WARN_DEPRECATED=1 \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ @@ -65,7 +66,7 @@ noinst_DATA = $(top_builddir)/html/guestmount.1.html guestmount.1 $(top_builddir)/html/guestmount.1.html: stamp-guestmount.pod stamp-guestmount.pod: guestmount.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --man guestmount.1 \ --html $(top_builddir)/html/guestmount.1.html \ $<