Missing ranlib in makefile for library

--HG--
branch : libtomcrypt
extra : convert_revision : da041e04c62e2628db3c49282c4d8185e884f459
This commit is contained in:
Matt Johnston 2004-06-02 08:31:25 +00:00
parent dad9dbb0bd
commit a923823e62

View File

@ -158,6 +158,7 @@ library: $(LIBNAME)
$(LIBNAME): $(OBJECTS)
$(AR) $(ARFLAGS) $@ $(OBJECTS)
$(RANLIB) $(LIBNAME)
#This rule makes the test program included with libtomcrypt
test: library $(TESTOBJECTS)