X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=df%2FMakefile.am;h=17117985cc812f821a7a3cc5dda3da5b62880612;hb=a6f99dd9326c2da66f6b7e49d94901fffdddd6ea;hp=2f0eff0eb344e5f330aeb41582de5afabd1ffb5f;hpb=9bc15f5d98a3a17d465a94f42dc3ffb60c077293;p=libguestfs.git diff --git a/df/Makefile.am b/df/Makefile.am index 2f0eff0..1711798 100644 --- a/df/Makefile.am +++ b/df/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-df -# 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 @@ -19,7 +19,6 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ README \ - run-df-locally \ test-virt-df.sh \ virt-df.pod @@ -28,6 +27,7 @@ CLEANFILES = stamp-virt-df.pod bin_PROGRAMS = virt-df SHARED_SOURCE_FILES = \ + ../fish/config.c \ ../fish/inspect.c \ ../fish/keys.c \ ../fish/options.h \ @@ -43,14 +43,17 @@ virt_df_SOURCES = \ output.c virt_df_CFLAGS = \ + -DGUESTFS_WARN_DEPRECATED=1 \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(top_srcdir)/fish \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(WARN_CFLAGS) $(WERROR_CFLAGS) \ + $(LIBCONFIG_CFLAGS) \ $(LIBVIRT_CFLAGS) virt_df_LDADD = \ + $(LIBCONFIG_LIBS) \ $(top_builddir)/src/libguestfs.la \ ../gnulib/lib/libgnu.la \ $(LIBVIRT_LIBS) \