projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8790d
)
Include crc-32 in des library
author
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 16:22:18 +0000
(16:22 +0000)
committer
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 16:22:18 +0000
(16:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2139
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/crc32/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/crypto/crc32/Imakefile
b/src/lib/crypto/crc32/Imakefile
index 1e16d27380b3722f585c0c6a32c4463416cf2330..ceafdc336a504ee6528bb2d2fa3f4c0fa14f5aa0 100644
(file)
--- a/
src/lib/crypto/crc32/Imakefile
+++ b/
src/lib/crypto/crc32/Imakefile
@@
-18,5
+18,7
@@
CRCTESTOBJ = crctest.o
Krb5LibraryTarget(crc32,$(OBJS))
+OtherdirLibraryTarget(..,des5,$(OBJS))
+
NormalProgramTarget(crctest,$(CRCTESTOBJ),libcrc32.a,libcrc32.a,)