diff options
author | Linus Nordberg <linus@nordberg.se> | 2013-05-08 20:23:06 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2013-05-08 20:23:06 +0200 |
commit | 591a8ea24d0e2426ff34a3ccc549fee8cc70c323 (patch) | |
tree | 5c5b8d55008c202aa4056d2b509440aa43f84356 /lib/Makefile.am | |
parent | 68c9e3104d83febbcdb97cead0b8b6bfb6576d89 (diff) |
Add 'tests' to SUBDIRS to make 'make check' work.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |