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:
@ -1,3 +1,8 @@
|
||||
Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/Makefile.am: Jacob sent a patch to allow building from
|
||||
tarfile.
|
||||
|
||||
Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/Makefile.am python/libxml.c configure.in Makefile.am:
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user