Files
heimdal/tests/Makefile.am
Love Hörnquist Åstrand 7e5517a52b only include plugin if there is a dlopen.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19638 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-03 16:07:13 +00:00

10 lines
111 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
SUBDIRS = db kdc gss
if HAVE_DLOPEN
SUBDIRS += plugin
endif