]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-exeext.patch
- ver. 2.4.18 /bugfix release/
[packages/libxml2.git] / libxml2-exeext.patch
CommitLineData
cb6bb85b 1diff -Nur libxml2-2.4.16.orig/python/Makefile.am libxml2-2.4.16/python/Makefile.am
2--- libxml2-2.4.16.orig/python/Makefile.am Mon Feb 18 04:35:24 2002
3+++ libxml2-2.4.16/python/Makefile.am Thu Mar 7 14:11:55 2002
bb8e6bd4 4@@ -38,7 +38,7 @@
5 noinst_LTLIBRARIES = libxmlmodule.la
6 libxmlmodule_la_SOURCES = libxml.c types.c libxml2-py.c
7
cb6bb85b 8-libxml2mod.so: $(libxmlmodule_la_OBJECTS) $(mylibs)
9+libxml2mod.so$(EXEEXT): $(libxmlmodule_la_OBJECTS) $(mylibs)
bb8e6bd4 10 $(LINK) -o $@ $(libxmlmodule_la_OBJECTS) $(libxml2mod_so_LDFLAGS)
11
12
This page took 0.062561 seconds and 4 git commands to generate.