1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-20 16:43:05 +03:00

patch from Cristian Gafton to build on Red Hat 6.2, should also fix #75779

* python/Makefile.am: patch from Cristian Gafton to build on
  Red Hat 6.2, should also fix #75779
Daniel
This commit is contained in:
Daniel Veillard
2002-04-15 12:56:56 +00:00
parent 940492d429
commit f544f1935c
2 changed files with 7 additions and 2 deletions

View File

@ -22,13 +22,13 @@ EXTRA_DIST = \
libxml2-python-api.xml \
$(DOCS)
libxml2mod_la_LDFLAGS = -module -avoid-version
libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
if WITH_PYTHON
mylibs = \
$(top_builddir)/libxml2.la
all: libxml2.py # libxml2mod.so
all: libxml2.py libxml2mod.la
pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages
python_LTLIBRARIES = libxml2mod.la