mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
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.
(cherry picked from commit 8c0aca8d92)
This commit is contained in:
@@ -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) \
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user