Files
heimdal/tests/Makefile.am
Love Hörnquist Åstrand 35ad870f43 Only traverse into plugin if there is shared library support.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19794 ec53bebd-3082-4978-b11e-865c3cabbd6b
2007-01-10 13:28:11 +00:00

12 lines
134 B
Makefile

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