diff makefile @ 18:712dd6dfb0eb libtomcrypt

makefile
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Jun 2004 14:34:07 +0000
parents 09ab3354aa21
children c61e66431001
line wrap: on
line diff
--- a/makefile	Tue Jun 15 14:32:29 2004 +0000
+++ b/makefile	Tue Jun 15 14:34:07 2004 +0000
@@ -160,6 +160,7 @@
 
 $(LIBNAME): $(OBJECTS)
 	$(AR) $(ARFLAGS) $@ $(OBJECTS) 
+	$(RANLIB) $@
 
 #This rule makes the hash program included with libtomcrypt
 hashsum: library $(HASHOBJECTS)