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