1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03:00

Jacob sent a patch to allow building from tarfile. Daniel

* python/Makefile.am: Jacob sent a patch to allow building from
  tarfile.
Daniel
This commit is contained in:
Daniel Veillard
2002-02-01 09:29:41 +00:00
parent 96c9af76e7
commit c3e39448e5
3 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,13 @@ LIBS=-L../.libs -L.. $(XML_LIBS)
INCLUDES=-I$(PYTHON_INCLUDES) -I$(top_srcdir)/include
SHCFLAGS=$(INCLUDES) -Wall -fPIC
LINK_FLAGS= -shared
EXTRA_DIST = \
libxml.c \
generator.py \
libxml_wrap.h \
libxml.py
if WITH_PYTHON
all: _libxml.so libxml2.py