diff options
author | Mark McLoughlin <markmc@redhat.com> | 2007-03-01 16:18:55 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2007-03-01 16:18:55 +0000 |
commit | bffcc4f8a22e28b55b18ef434ba2d860e4d4389b (patch) | |
tree | 654c923e3dab807ba0221afade26b8ec0b81d949 | |
parent | bea0f1af01a3df86ccecbd69e34ddeebfd4d1279 (diff) | |
download | libvirt-python-v6-bffcc4f8a22e28b55b18ef434ba2d860e4d4389b.tar.gz libvirt-python-v6-bffcc4f8a22e28b55b18ef434ba2d860e4d4389b.tar.xz libvirt-python-v6-bffcc4f8a22e28b55b18ef434ba2d860e4d4389b.zip |
Thu Mar 01 16:17:48 EST 2007 Mark McLoughlin <markmc@redhat.com>
* acinclude.m4: add LIBVIRT_COMPILE_WARNINGS, copied from
GNOME but with a few more flags we'd been using.
* configure.in: use that instead of setting CFLAGS
directly.
* proxy/Makefile.am, python/Makefile.am, qemud/Makefile.am,
src/Makefile.am, tests/Makefile.am: use $(WARN_CFLAGS)
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f0d75a7..d8ffd14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,7 @@ SUBDIRS= . tests INCLUDES = \ + $(WARN_CFLAGS) \ -I$(PYTHON_INCLUDES) \ -I$(top_srcdir)/include \ -I$(top_builddir)/include \ |