From 06fa1bfed5aef8d52ee94d09ffc541e0f8d37704 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 30 Nov 2007 11:10:53 +0000 Subject: Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones * 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). --- Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d021567..5880811 100644 --- a/Makefile.am +++ b/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 -- cgit