Showing
1 changed file
with
7 additions
and
7 deletions
| @@ -19,20 +19,20 @@ TR_HASH = hexdecode.c \ | @@ -19,20 +19,20 @@ TR_HASH = hexdecode.c \ | ||
| 19 | uuid/version3.c \ | 19 | uuid/version3.c \ |
| 20 | uuid/version5.c | 20 | uuid/version5.c |
| 21 | 21 | ||
| 22 | -lib_LTLIBRARIES = libtrhashing.la | 22 | +lib_LTLIBRARIES = libtrhash.la |
| 23 | bin_PROGRAMS = trsha1speed trencodespeed | 23 | bin_PROGRAMS = trsha1speed trencodespeed |
| 24 | 24 | ||
| 25 | -libtrhashing_la_SOURCES = $(TR_HASH) | ||
| 26 | -libtrhashing_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL) | ||
| 27 | -libtrhashing_la_LIBADD = | ||
| 28 | -libtrhashing_la_LDFLAGS = -version-info 1:0:0 $(AM_LDFLAGS) | 25 | +libtrhash_la_SOURCES = $(TR_HASH) |
| 26 | +libtrhash_la_CFLAGS = $(AM_CFLAGS) $(OPENSSL) | ||
| 27 | +libtrhash_la_LIBADD = | ||
| 28 | +libtrhash_la_LDFLAGS = -version-info 1:0:0 $(AM_LDFLAGS) | ||
| 29 | 29 | ||
| 30 | trsha1speed_SOURCES = sha1speed.c | 30 | trsha1speed_SOURCES = sha1speed.c |
| 31 | trsha1speed_CFLAGS = $(AM_CFLAGS) $(OPENSSL) | 31 | trsha1speed_CFLAGS = $(AM_CFLAGS) $(OPENSSL) |
| 32 | -trsha1speed_LDADD = -ltrhashing -ltrbase -lcrypto -luuid | 32 | +trsha1speed_LDADD = -ltrhash -ltrbase -lcrypto -luuid |
| 33 | trsha1speed_LDFLAGS = $(AM_LDFLAGS) | 33 | trsha1speed_LDFLAGS = $(AM_LDFLAGS) |
| 34 | 34 | ||
| 35 | trencodespeed_SOURCES = encodespeed.c | 35 | trencodespeed_SOURCES = encodespeed.c |
| 36 | trencodespeed_CFLAGS = $(AM_CFLAGS) | 36 | trencodespeed_CFLAGS = $(AM_CFLAGS) |
| 37 | -trencodespeed_LDADD = -ltrhashing -ltrbase -lcrypto -luuid | 37 | +trencodespeed_LDADD = -ltrhash -ltrbase -lcrypto -luuid |
| 38 | trencodespeed_LDFLAGS = $(AM_LDFLAGS) | 38 | trencodespeed_LDFLAGS = $(AM_LDFLAGS) |
Please
register
or
login
to post a comment