From 7e5517a52b4b2c4a7fada8ba9ed1e9eb0ecf6241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Jan 2007 16:07:13 +0000 Subject: [PATCH] only include plugin if there is a dlopen. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19638 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 0d2758c36..ba619eb7f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,4 +2,8 @@ include $(top_srcdir)/Makefile.am.common -SUBDIRS = db kdc gss plugin +SUBDIRS = db kdc gss + +if HAVE_DLOPEN +SUBDIRS += plugin +endif