From: Greg Hudson Date: Wed, 8 Sep 2010 17:38:22 +0000 (+0000) Subject: Add dummy camellia subdir to openssl back end makefile X-Git-Tag: krb5-1.9-beta1~101 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b1a7985e4b3bbd76cf2f4c332fe100f0e3b2d801;p=krb5.git Add dummy camellia subdir to openssl back end makefile git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24299 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/crypto/openssl/Makefile.in b/src/lib/crypto/openssl/Makefile.in index a008d5727..3f4224d32 100644 --- a/src/lib/crypto/openssl/Makefile.in +++ b/src/lib/crypto/openssl/Makefile.in @@ -1,6 +1,6 @@ mydir=lib/crypto/openssl BUILDTOP=$(REL)..$(S)..$(S).. -SUBDIRS=des aes md4 md5 sha1 enc_provider hash_provider +SUBDIRS=camellia des aes md4 md5 sha1 enc_provider hash_provider LOCALINCLUDES = -I$(srcdir)/../krb \ -I$(srcdir)/../krb/hash_provider \ -I$(srcdir)/des \