]> git.pld-linux.org Git - packages/libxml2.git/blob - libxml2-exeext.patch
- ver. 2.4.18 /bugfix release/
[packages/libxml2.git] / libxml2-exeext.patch
1 diff -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
4 @@ -38,7 +38,7 @@
5  noinst_LTLIBRARIES = libxmlmodule.la
6  libxmlmodule_la_SOURCES = libxml.c types.c libxml2-py.c
7  
8 -libxml2mod.so: $(libxmlmodule_la_OBJECTS) $(mylibs)
9 +libxml2mod.so$(EXEEXT): $(libxmlmodule_la_OBJECTS) $(mylibs)
10         $(LINK) -o $@ $(libxmlmodule_la_OBJECTS) $(libxml2mod_so_LDFLAGS)
11  
12  
This page took 0.10749 seconds and 3 git commands to generate.