From a6d2e9ec001c212f99fb2a7f846cda8d8d4ba97c Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 9 Mar 2002 10:22:50 +0000 Subject: [PATCH] config.py* was missing, Daniel --- python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/Makefile.am b/python/Makefile.am index 2978b705..e85f423e 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -14,6 +14,8 @@ DOCS = TODO libxml2class.txt EXTRA_DIST = \ libxml.c \ types.c \ + setup.py \ + setup.py.in \ generator.py \ libxml_wrap.h \ libxml.py \