summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2007-03-01 16:18:55 +0000
committerMark McLoughlin <markmc@redhat.com>2007-03-01 16:18:55 +0000
commitbffcc4f8a22e28b55b18ef434ba2d860e4d4389b (patch)
tree654c923e3dab807ba0221afade26b8ec0b81d949 /Makefile.am
parentbea0f1af01a3df86ccecbd69e34ddeebfd4d1279 (diff)
downloadlibvirt-python-split-bffcc4f8a22e28b55b18ef434ba2d860e4d4389b.tar.gz
libvirt-python-split-bffcc4f8a22e28b55b18ef434ba2d860e4d4389b.tar.xz
libvirt-python-split-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)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \