diff --git a/Makefile.am b/Makefile.am index e2348e1..d202cfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,12 +2,14 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = lib bin modules include t +SUBDIRS = lib bin modules include if WITH_DOC SUBDIRS += doc endif +SUBDIRS += t + EXTRA_DIST = \ CREDITS \ HISTORY \