aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-11-30 11:10:53 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-11-30 11:10:53 +0000
commit2ac691d60e09d73c3b3dec7499e7714e86a782ef (patch)
treea6330d96c3ba41476ee04e6333e02fa589b84848 /python/Makefile.am
parentThu Nov 29 17:40:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com> (diff)
downloadlibvirt-2ac691d60e09d73c3b3dec7499e7714e86a782ef.tar.gz
libvirt-2ac691d60e09d73c3b3dec7499e7714e86a782ef.tar.bz2
libvirt-2ac691d60e09d73c3b3dec7499e7714e86a782ef.zip
Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>
* python/libvir.c, python/libvir.py: Make Python aware that the C bindings module is called cygvirtmod.dll when compiled by CYGWIN. * python/Makefile.am: Remove symlink libvirtmod.dll -> cygvirtmod.dll no longer necessary because of the above. * configure.in: Remove AM_CONDITIONAL(CYGWIN).
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index d02156702..58808118a 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -63,13 +63,6 @@ install-data-local:
@(for doc in $(DOCS) ; \
do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
-if CYGWIN
-install-data-hook:
- cd $(DESTDIR)$(pythondir) && \
- rm -f libvirtmod.dll && \
- ln -s cygvirtmod.dll libvirtmod.dll
-endif
-
uninstall-local:
rm -f $(DESTDIR)$(pythondir)/libvirt.py