mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
remove the build path recorded in the python shared module as Peter
* python/Makefile.am: remove the build path recorded in the python shared module as Peter Breitenlohner pointed out, should fix #346022 Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* python/Makefile.am: remove the build path recorded in the python
|
||||||
|
shared module as Peter Breitenlohner pointed out, should fix #346022
|
||||||
|
|
||||||
Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
|
* xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
|
||||||
|
@@ -25,7 +25,7 @@ EXTRA_DIST = \
|
|||||||
libxml2-python-api.xml \
|
libxml2-python-api.xml \
|
||||||
$(DOCS)
|
$(DOCS)
|
||||||
|
|
||||||
libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version -L$(top_builddir)/.libs
|
libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version
|
||||||
|
|
||||||
if WITH_PYTHON
|
if WITH_PYTHON
|
||||||
mylibs = \
|
mylibs = \
|
||||||
|
Reference in New Issue
Block a user