fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2011 13:46:16 +0000 (14:46 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 17 May 2011 16:05:12 +0000 (17:05 +0100)
This was left over from earlier code.  It is used in the base library,
but not in guestfish or guestmount.

fish/Makefile.am
fuse/Makefile.am

index f6354c4..87f937c 100644 (file)
@@ -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) \
index 577f51e..c860f24 100644 (file)
@@ -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) \