From: Richard W.M. Jones Date: Tue, 17 May 2011 13:46:16 +0000 (+0100) Subject: fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH. X-Git-Tag: 1.11.7~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=8c0aca8d9280fb87027826fe89d70cc2701e7f8b fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH. This was left over from earlier code. It is used in the base library, but not in guestfish or guestmount. --- diff --git a/fish/Makefile.am b/fish/Makefile.am index f6354c4..87f937c 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -117,7 +117,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) \ diff --git a/fuse/Makefile.am b/fuse/Makefile.am index 577f51e..c860f24 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -46,7 +46,6 @@ guestmount_CFLAGS = \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ - -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(FUSE_CFLAGS) \ $(LIBCONFIG_CFLAGS) \