From ab0c7c58b9437f4aacdd039f5885534a575ff60e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Sat, 3 Mar 2012 00:39:42 -0500 Subject: [PATCH] Add tests subdir to toplevel SUBDIRS variable Artie spotted this. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 332f9b4..ea73ebb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src protocol doc +SUBDIRS = src protocol doc tests ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -- 2.7.4