From: Linus Nordberg Date: Wed, 8 May 2013 20:17:32 +0000 (+0200) Subject: Don't include tests in SUBIDRS after all. X-Git-Tag: libradsec-0.0.4~23 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libradsec.git;a=commitdiff_plain;h=f08d4effdb7fb0dbe63b73d4fa4e3310d3b3e0ca Don't include tests in SUBIDRS after all. It requires a running radius server. That's not a nice thing to require for something like distcheck. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 5fad0b0..292451f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -17,7 +17,8 @@ ACLOCAL_AMFLAGS = -I m4 # library interface is _changed_. -SUBDIRS = radius radsecproxy include . examples tests +SUBDIRS = radius radsecproxy include . examples +DIST_SUBDIRS = $(SUBDIRS) tests INCLUDES = -I$(srcdir)/include AM_CFLAGS = -Wall -Werror -g