X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=69540dd3a21e4a9c45b750f2d369e85b09aa614e;hb=916392e2272b82bf39f9b2d4efe90557639e1f0a;hp=f6354c40b65e92b43f0aaf57f64fbb8cdae642fd;hpb=3a84e0784e1e3ab7b56850d0f8c9aa42f1ae3da1;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index f6354c4..69540dd 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -115,9 +115,9 @@ cmds_gperf.c: cmds_gperf.gperf mv $@-t $@ guestfish_CFLAGS = \ + -DGUESTFS_WARN_DEPRECATED=1 \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish -I$(top_builddir)/fish \ - -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \