summaryrefslogtreecommitdiffstats
path: root/libvirt-override.c
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2013-11-12 18:21:46 +0000
committerDaniel P. Berrange <berrange@redhat.com>2013-11-22 15:58:05 +0000
commit3bfb20266b5f65eeea0f50c018b701a83db958d9 (patch)
tree6fb8035fc8c211c09805ad1ccf4bca944cd549e6 /libvirt-override.c
parent19453b7836dba447f9fd1cda0bcf08a8e5cbef77 (diff)
downloadlibvirt-python-v9-3bfb20266b5f65eeea0f50c018b701a83db958d9.tar.gz
libvirt-python-v9-3bfb20266b5f65eeea0f50c018b701a83db958d9.tar.xz
libvirt-python-v9-3bfb20266b5f65eeea0f50c018b701a83db958d9.zip
Update header file includes
We're no longer using automake, so <config.h> files are not required. Also remove of all libvirt internal util header files. Reference generated header files in build/ subdir. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'libvirt-override.c')
-rw-r--r--libvirt-override.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/libvirt-override.c b/libvirt-override.c
index c60747d..a54ea34 100644
--- a/libvirt-override.c
+++ b/libvirt-override.c
@@ -9,8 +9,6 @@
* Daniel Veillard <veillard@redhat.com>
*/
-#include <config.h>
-
/* Horrible kludge to work around even more horrible name-space pollution
via Python.h. That file includes /usr/include/python2.5/pyconfig*.h,
which has over 180 autoconf-style HAVE_* definitions. Shame on them. */
@@ -23,12 +21,7 @@
#include <libvirt/libvirt.h>
#include <libvirt/virterror.h>
#include "typewrappers.h"
-#include "libvirt.h"
-#include "viralloc.h"
-#include "virtypedparam.h"
-#include "ignore-value.h"
-#include "virutil.h"
-#include "virstring.h"
+#include "build/libvirt.h"
#ifndef __CYGWIN__
extern void initlibvirtmod(void);
@@ -7225,7 +7218,7 @@ cleanup:
* *
************************************************************************/
static PyMethodDef libvirtMethods[] = {
-#include "libvirt-export.c"
+#include "build/libvirt-export.c"
{(char *) "virGetVersion", libvirt_virGetVersion, METH_VARARGS, NULL},
{(char *) "virConnectGetVersion", libvirt_virConnectGetVersion, METH_VARARGS, NULL},
{(char *) "virConnectGetCPUModelNames", libvirt_virConnectGetCPUModelNames, METH_VARARGS, NULL},