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

Oops, missing an EXTRA_DIST, Daniel

This commit is contained in:
Daniel Veillard
2002-02-02 10:42:43 +00:00
parent 9589d4551e
commit 4cf998a639

View File

@ -8,11 +8,12 @@ DOCS_DIR = $(prefix)/share/doc/libxml2-python-$(LIBXML_VERSION)
DOCS = TODO libxml2class.txt
EXTRA_DIST = \
libxml.c \
generator.py \
libxml_wrap.h \
libxml.py \
EXTRA_DIST = \
libxml.c \
generator.py \
libxml_wrap.h \
libxml.py \
libxml2-python-api.xml \
$(DOCS)
if WITH_PYTHON