summaryrefslogtreecommitdiffstats
path: root/fuse
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-11-09 18:56:00 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-11 11:24:13 +0000
commit7509c91a71c729b3223eef4cde10d70daca66c72 (patch)
tree927c56e258c843439d545081d8af3c27125a8b9a /fuse
parentf08fe63761d4186d49212b1d2382b1a5a2b8a62f (diff)
downloadlibguestfs-7509c91a71c729b3223eef4cde10d70daca66c72.tar.gz
libguestfs-7509c91a71c729b3223eef4cde10d70daca66c72.tar.xz
libguestfs-7509c91a71c729b3223eef4cde10d70daca66c72.zip
fish: Use core add-domain API to implement '-d' option.
This also makes libxml2 and libvirt into optional dependencies. If they are missing then the core API will print an error, as will the '-d' option to guestfish.
Diffstat (limited to 'fuse')
-rw-r--r--fuse/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index ab635844..0a1d9da7 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -45,12 +45,11 @@ guestmount_CFLAGS = \
-I$(srcdir)/../gnulib/lib -I../gnulib/lib \
-DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' \
-DLOCALEBASEDIR=\""$(datadir)/locale"\" \
- $(FUSE_CFLAGS) $(LIBVIRT_CFLAGS) $(LIBXML2_CFLAGS) \
+ $(FUSE_CFLAGS) \
$(WARN_CFLAGS) $(WERROR_CFLAGS)
guestmount_LDADD = \
$(FUSE_LIBS) -lulockmgr \
- $(LIBVIRT_LIBS) $(LIBXML2_LIBS) \
$(top_builddir)/src/libguestfs.la \
../gnulib/lib/libgnu.la