1 diff --git i/Makefile.am w/Makefile.am
2 index 7917b595..f0f4b695 100644
7 ACLOCAL_AMFLAGS = -I m4
9 -SUBDIRS = include . doc example fuzz xstc $(PYTHON_SUBDIR)
10 +SUBDIRS = include . doc example xstc $(PYTHON_SUBDIR)
12 -DIST_SUBDIRS = include . doc example fuzz python xstc
13 +DIST_SUBDIRS = include . doc example python xstc
15 AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include
17 @@ -210,7 +210,6 @@ runtests: runtest$(EXEEXT) testrecurse$(EXEEXT) testapi$(EXEEXT) \
18 $(CHECKER) ./runxmlconf$(EXEEXT)
19 @(if [ "$(PYTHON_SUBDIR)" != "" ] ; then cd python ; \
21 - @cd fuzz; $(MAKE) tests