aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/tests/Makefile.am
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2008-05-07 13:39:42 +0000
committerDoug Rabson <dfr@FreeBSD.org>2008-05-07 13:39:42 +0000
commitc19800e8cd5640693f36f2040db4ab5e8d738146 (patch)
tree4dbb862199a916e3ffe75f1cb08703ec0e662ffc /crypto/heimdal/tests/Makefile.am
parent8d4ba808a53020900c275b6f1cf21fc6e9f3bf36 (diff)
Notes
Diffstat (limited to 'crypto/heimdal/tests/Makefile.am')
-rw-r--r--crypto/heimdal/tests/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/heimdal/tests/Makefile.am b/crypto/heimdal/tests/Makefile.am
new file mode 100644
index 000000000000..10035f0603c2
--- /dev/null
+++ b/crypto/heimdal/tests/Makefile.am
@@ -0,0 +1,11 @@
+# $Id: Makefile.am 21418 2007-07-05 13:55:37Z lha $
+
+include $(top_srcdir)/Makefile.am.common
+
+SUBDIRS = db kdc gss ldap can java
+
+if ENABLE_SHARED
+if HAVE_DLOPEN
+SUBDIRS += plugin
+endif
+endif