13 lines
419 B
Text
13 lines
419 B
Text
|
--- lib/Makefile.in.orig Thu Apr 5 04:33:30 2007
|
||
|
+++ lib/Makefile.in Wed Sep 3 22:48:43 2008
|
||
|
@@ -220,7 +220,8 @@ MISCELLANEOUS = haval.c mhash_haval.h gosthash.c mhash
|
||
|
libmhash_la_SOURCES = $(FRAMEWORK) $(KEYGEN) $(CRC) $(MD_SERIES) \
|
||
|
$(SHA_SERIES) $(TIGER) $(MISCELLANEOUS)
|
||
|
|
||
|
-libmhash_la_LDFLAGS = -version-info 2:1
|
||
|
+libmhash_la_LDFLAGS = ${librealmhash_la_LDFLAGS}
|
||
|
+
|
||
|
EXTRA_DIST = libmhash.sym
|
||
|
all: all-am
|
||
|
|