summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
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