From 446632197c7f093ed6d0f4d48dcb03e6254828fe Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Nov 2014 15:13:24 +0100 Subject: Add crypt_r(), etc. Add crypt_add_format(), crypt_r(), crypt_md5_r(), crypt_sha256_r() and crypt_sha512_r(). --- cpukit/wrapup/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/wrapup/Makefile.am') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 58f17aced7..6fbddb06ba 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -19,6 +19,7 @@ if LIBGNAT TMP_LIBS += ../libgnat/libgnat.a endif +TMP_LIBS += ../libcrypt/libcrypt.a TMP_LIBS += ../libcsupport/libcsupport.a TMP_LIBS += ../libblock/libblock.a if LIBDOSFS -- cgit v1.2.3