diff options
| author | Peter Krempa <pkrempa@redhat.com> | 2016-04-21 14:43:29 +0200 |
|---|---|---|
| committer | Peter Krempa <pkrempa@redhat.com> | 2016-04-21 15:46:00 +0200 |
| commit | 3026a0593bd040de8ad4806298599e7774b2a013 (patch) | |
| tree | 94695c932aae0de7a18e9153cac74e3e15bc42d4 | |
| parent | 8067f0bed0242302145f7f31c88af4552466b42e (diff) | |
| download | libvirt-python-1.3.4.tar.gz | |
generator.py: Consider symbols from libvirt-commonv1.3.4
Some of the libvirt public API was moved into the libvirt-common.h file.
We should consider it while building python too.
| -rwxr-xr-x | generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py index ceba668..3144904 100755 --- a/generator.py +++ b/generator.py @@ -33,6 +33,7 @@ onlyOverrides = False libvirt_headers = [ "libvirt", + "libvirt-common", "libvirt-domain", "libvirt-domain-snapshot", "libvirt-event", |
