summaryrefslogtreecommitdiffstats
path: root/fish/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-05-17 14:46:16 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-05-17 17:05:12 +0100
commit8c0aca8d9280fb87027826fe89d70cc2701e7f8b (patch)
treec89abad67359bb89b8dbf864790d66f87facd5ad /fish/Makefile.am
parentbe507f6a225345ec3c03096fa05cdb0d0e3dec9a (diff)
downloadlibguestfs-8c0aca8d9280fb87027826fe89d70cc2701e7f8b.tar.gz
libguestfs-8c0aca8d9280fb87027826fe89d70cc2701e7f8b.tar.xz
libguestfs-8c0aca8d9280fb87027826fe89d70cc2701e7f8b.zip
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.
Diffstat (limited to 'fish/Makefile.am')
-rw-r--r--fish/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index f6354c40..87f937c6 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) \