[libvirt] [PATCH] Use WARN_CFLAGS when compiling virsh.c

Jiri Denemark jdenemar at redhat.com
Tue Mar 16 10:52:43 UTC 2010


Signed-off-by: Jiri Denemark <jdenemar at redhat.com>
---
 tools/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index 941e93e..46107f6 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -48,6 +48,7 @@ virsh_CFLAGS = 							\
 		-I$(top_srcdir)/src/util			\
 		-DGETTEXT_PACKAGE=\"$(PACKAGE)\"		\
 		-DLOCALEBASEDIR=\""$(datadir)/locale"\"		\
+		$(WARN_CFLAGS)					\
 		$(COVERAGE_CFLAGS)				\
 		$(LIBXML_CFLAGS)				\
 		$(READLINE_CFLAGS)
-- 
1.7.0.2




More information about the libvir-list mailing list