diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2008-05-07 13:39:42 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2008-05-07 13:39:42 +0000 |
| commit | c19800e8cd5640693f36f2040db4ab5e8d738146 (patch) | |
| tree | 4dbb862199a916e3ffe75f1cb08703ec0e662ffc /crypto/heimdal/tests/Makefile.am | |
| parent | 8d4ba808a53020900c275b6f1cf21fc6e9f3bf36 (diff) | |
Notes
Diffstat (limited to 'crypto/heimdal/tests/Makefile.am')
| -rw-r--r-- | crypto/heimdal/tests/Makefile.am | 11 |
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 |
