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

@ -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> Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/Makefile.am python/libxml.c configure.in Makefile.am: * python/Makefile.am python/libxml.c configure.in Makefile.am:

View File

@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
#AUTOMAKE_OPTIONS=no-dependencies #AUTOMAKE_ OPTIONS=no-dependencies
SUBDIRS = include . doc example python SUBDIRS = include . doc example python

View File

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