diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-05-17 14:46:16 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-06-13 14:18:36 +0100 |
commit | ceb88ac45566b3aafde1a0eb97d6f912f3473bf1 (patch) | |
tree | a63c6e345c426d34b6091105faa5dfd8b58d7047 /fuse | |
parent | 2cee1bbfd0b738475e423e0bfc93df53de063301 (diff) | |
download | libguestfs-ceb88ac45566b3aafde1a0eb97d6f912f3473bf1.tar.gz libguestfs-ceb88ac45566b3aafde1a0eb97d6f912f3473bf1.tar.xz libguestfs-ceb88ac45566b3aafde1a0eb97d6f912f3473bf1.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.
(cherry picked from commit 8c0aca8d9280fb87027826fe89d70cc2701e7f8b)
Diffstat (limited to 'fuse')
-rw-r--r-- | fuse/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am index 577f51e1..c860f24a 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) \ |