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-05-17 17:05:12 +0100 |
commit | 8c0aca8d9280fb87027826fe89d70cc2701e7f8b (patch) | |
tree | c89abad67359bb89b8dbf864790d66f87facd5ad | |
parent | be507f6a225345ec3c03096fa05cdb0d0e3dec9a (diff) | |
download | libguestfs-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.
-rw-r--r-- | fish/Makefile.am | 1 | ||||
-rw-r--r-- | fuse/Makefile.am | 1 |
2 files changed, 0 insertions, 2 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) \ 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) \ |