don't install hcrypto unless we build them

This commit is contained in:
Love Hörnquist Åstrand
2011-10-30 19:51:59 -07:00
parent 483afb3390
commit c8f1a6f0a0

View File

@@ -57,7 +57,11 @@ vars.texi: vars.tin Makefile
chmod +x vars.texi.tmp
mv vars.texi.tmp vars.texi
PROJECTS = hcrypto hdb hx509 gssapi krb5 ntlm wind
PROJECTS = hdb hx509 gssapi krb5 ntlm wind
if !HAVE_OPENSSL
PROJECTS += hcrypto
endif
doxyout doxygen: hdb.dxy hx509.dxy hcrypto.dxy gssapi.dxy krb5.dxy ntlm.dxy wind.dxy
@find $(srcdir)/doxyout -type d ! -perm -200 -exec chmod u+w {} ';' ; \