From 591a8ea24d0e2426ff34a3ccc549fee8cc70c323 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 8 May 2013 20:23:06 +0200 Subject: [PATCH] Add 'tests' to SUBDIRS to make 'make check' work. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 547fc14..3de4657 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,7 +17,7 @@ ACLOCAL_AMFLAGS = -I m4 # library interface is _changed_. -SUBDIRS = radius radsecproxy include . examples +SUBDIRS = radius radsecproxy include . examples tests INCLUDES = -I$(srcdir)/include AM_CFLAGS = -Wall -Werror -g -- 2.1.4