|
|
|
@ -25,7 +25,7 @@ bin_PROGRAMS = trsha1speed trencodespeed |
|
|
|
libtrhashing_la_SOURCES = $(TR_HASH) |
|
|
|
libtrhashing_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL) |
|
|
|
libtrhashing_la_LIBADD = |
|
|
|
libtrhashing_la_LDFLAGS = -version-info 0:0:0 $(AM_LDFLAGS) |
|
|
|
libtrhashing_la_LDFLAGS = -version-info 1:0:0 $(AM_LDFLAGS) |
|
|
|
|
|
|
|
trsha1speed_SOURCES = sha1speed.c |
|
|
|
trsha1speed_CFLAGS = $(AM_CFLAGS) $(OPENSSL) |
|
|
|
|