From b8e1dee73a1deef1bfd5937e2abfbe9afef7b1ef Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 30 Mar 2011 17:03:11 +0100 Subject: Add /etc/libguestfs-tools.conf configuration file. This allows the default for --ro or --rw to be controlled for the three tools guestfish, guestmount and virt-rescue. --- inspector/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'inspector') diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 24dcdef7..69b5683e 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-inspector -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -48,6 +48,7 @@ if HAVE_LIBXML2 bin_PROGRAMS = virt-inspector SHARED_SOURCE_FILES = \ + ../fish/config.c \ ../fish/inspect.c \ ../fish/keys.c \ ../fish/options.h \ @@ -64,9 +65,11 @@ virt_inspector_CFLAGS = \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(LIBXML2_CFLAGS) \ + $(LIBCONFIG_CFLAGS) \ $(WARN_CFLAGS) $(WERROR_CFLAGS) virt_inspector_LDADD = \ + $(LIBCONFIG_LIBS) \ $(top_builddir)/src/libguestfs.la \ $(LIBXML2_LIBS) \ ../gnulib/lib/libgnu.la -- cgit