version 0.3.5

This commit is contained in:
Werner Koch 1998-09-14 16:53:44 +00:00
parent c07a88da5d
commit d8b888e732
1 changed files with 4 additions and 2 deletions

View File

@ -46,10 +46,12 @@ EXTRA_twofish_SOURCES = twofish.c
tiger: $(srcdir)/tiger.c
$(COMPILE) -shared -fPIC -O1 -o tiger $(srcdir)/tiger.c
`echo $(COMPILE) -shared -fPIC -o tiger $(srcdir)/tiger.c | \
sed -e 's/-O2/-O1/' `
twofish: $(srcdir)/twofish.c
$(COMPILE) -shared -fPIC -o twofish $(srcdir)/twofish.c
`echo $(COMPILE) -shared -fPIC -o twofish $(srcdir)/twofish.c | \
sed -e 's/-O2/ /' `
install-exec-hook: