fixed a breakage raised by Jacob Daniel

* Makefile.am: fixed a breakage raised by Jacob
Daniel
diff --git a/ChangeLog b/ChangeLog
index b5af0a9..c566e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+	* Makefile.am: fixed a breakage raised by Jacob
+
 Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
 
 	* include/win32config.h: added HAVE_ERRNO_H definition for parts
diff --git a/Makefile.am b/Makefile.am
index a3edb29..8e60f53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,8 @@
 
 SUBDIRS = include . doc example @PYTHON_SUBDIR@
 
+DIST_SUBDIRS = include . doc example python
+
 INCLUDES = -I@srcdir@/include -I$(top_builddir)/include @THREAD_CFLAGS@ @Z_CFLAGS@ 
 
 noinst_PROGRAMS=testSchemas testSAX testHTML testXPath testURI testDocbook \