From 8c0aca8d9280fb87027826fe89d70cc2701e7f8b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 May 2011 14:46:16 +0100 Subject: [PATCH] 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. --- fish/Makefile.am | 1 - fuse/Makefile.am | 1 - 2 files changed, 2 deletions(-) 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) \ -- 1.8.3.1