only include plugin if there is a dlopen.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19638 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-03 16:07:13 +00:00
parent b078b4c31f
commit 7e5517a52b

View File

@@ -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