]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Disable building of static Python module
authorDiego Elio Pettenò <flameeyes@gmail.com>
Wed, 6 Jan 2010 16:33:41 +0000 (17:33 +0100)
committerDaniel Veillard <veillard@redhat.com>
Wed, 6 Jan 2010 16:33:41 +0000 (17:33 +0100)
commit8838ee39ab1c2bb7fffe93bfda220692664e8be6
tree47539284ff4a56a1bf58184602b9e5d2c9084685
parentc0a9b6a5338e54b64a4a28415ffbdb6bcc2b38c5
Disable building of static Python module

* python/Makefile.am: python modules are loaded at runtime so the static
  version is not needed, avoid building it
python/Makefile.am