From 4cf998a6394941373baaf19573dd2c44ae35e12f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 2 Feb 2002 10:42:43 +0000 Subject: [PATCH] Oops, missing an EXTRA_DIST, Daniel --- python/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index c9d9f848..a7eca5b8 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -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