X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rescue%2FMakefile.am;h=0032a2323e53f99597bf0b1ecc8fa16e773d4553;hb=0da6f55a6745686ca056c6bc8ebf647f111cb8e8;hp=f6f5b258ba69b30f10a11b2a4f0d32b5b3136f5f;hpb=9bc15f5d98a3a17d465a94f42dc3ffb60c077293;p=libguestfs.git diff --git a/rescue/Makefile.am b/rescue/Makefile.am index f6f5b25..0032a23 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-rescue -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-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 @@ -18,7 +18,6 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - run-rescue-locally \ virt-rescue.pod CLEANFILES = stamp-virt-rescue.pod @@ -26,6 +25,7 @@ CLEANFILES = stamp-virt-rescue.pod bin_PROGRAMS = virt-rescue SHARED_SOURCE_FILES = \ + ../fish/config.c \ ../fish/inspect.c \ ../fish/keys.c \ ../fish/options.h \ @@ -41,9 +41,11 @@ virt_rescue_CFLAGS = \ -I$(top_srcdir)/fish \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ + $(LIBCONFIG_CFLAGS) \ $(WARN_CFLAGS) $(WERROR_CFLAGS) virt_rescue_LDADD = \ + $(LIBCONFIG_LIBS) \ $(top_builddir)/src/libguestfs.la \ ../gnulib/lib/libgnu.la