X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=9e051702ef16b994d7b4d018c7bf9bc501259456;hb=e187aa8431ccf0436d9aee03ee1e80b79f148217;hp=87f937c6c5e8379e351c002413ec28e2f35c9729;hpb=8c0aca8d9280fb87027826fe89d70cc2701e7f8b;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index 87f937c..9e05170 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -75,6 +75,7 @@ guestfish_SOURCES = \ cmds_gperf.h \ copy.c \ destpaths.c \ + display.c \ echo.c \ edit.c \ fish.c \ @@ -115,6 +116,7 @@ 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 \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \