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:
@ -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