X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2FMakefile.am;h=9237b5aad4b1999ce9e91d6b3725a6c047de2d44;hb=32a8b0f54c58ae221d5d7b301f8eabbd675babc7;hp=f6354c40b65e92b43f0aaf57f64fbb8cdae642fd;hpb=3a84e0784e1e3ab7b56850d0f8c9aa42f1ae3da1;p=libguestfs.git diff --git a/fish/Makefile.am b/fish/Makefile.am index f6354c4..9237b5a 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -30,6 +30,7 @@ generator_built = \ cmds.c \ cmds_gperf.gperf \ completion.c \ + fish-cmds.h \ guestfish-actions.pod \ guestfish-commands.pod \ prepopts.h \ @@ -117,7 +118,6 @@ cmds_gperf.c: cmds_gperf.gperf guestfish_CFLAGS = \ -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) \