diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 22:17:32 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 22:17:32 +0200 |
commit | f08d4effdb7fb0dbe63b73d4fa4e3310d3b3e0ca (patch) | |
tree | 32cfe77e5a31005ac8047e75ecd21e3c41ca5f47 /lib | |
parent | f2626416d939c08f3eab5091582af558ce23b472 (diff) |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |