diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 09edd4df9..26c625dcb 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -48,11 +48,11 @@ EXTRA_twofish_SOURCES = twofish.c tiger: $(srcdir)/tiger.c - `echo $(COMPILE) -shared -fPIC -o tiger $(srcdir)/tiger.c | \ + `echo $(COMPILE) -shared -fPIC -lc -o tiger $(srcdir)/tiger.c | \ sed -e 's/-O2/-O1/' ` twofish: $(srcdir)/twofish.c - `echo $(COMPILE) -shared -fPIC -o twofish $(srcdir)/twofish.c | \ + `echo $(COMPILE) -shared -fPIC -lc -o twofish $(srcdir)/twofish.c | \ sed -e 's/-O2/ /' ` |