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>
|
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:
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user