From: Linus Nordberg Date: Wed, 8 May 2013 18:23:06 +0000 (+0200) Subject: Add 'tests' to SUBDIRS to make 'make check' work. X-Git-Tag: libradsec-0.0.4~27 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=radsecproxy.git;a=commitdiff_plain;h=591a8ea24d0e2426ff34a3ccc549fee8cc70c323 Add 'tests' to SUBDIRS to make 'make check' work. --- 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