Commit 3a0ace0ec87719630cb1395ad125a71fdc712a27

Authored by Georg Hopp
1 parent 01d6270f

rename lib

Showing 1 changed file with 7 additions and 7 deletions
... ... @@ -19,20 +19,20 @@ TR_HASH = hexdecode.c \
19 19 uuid/version3.c \
20 20 uuid/version5.c
21 21
22   -lib_LTLIBRARIES = libtrhashing.la
  22 +lib_LTLIBRARIES = libtrhash.la
23 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 30 trsha1speed_SOURCES = sha1speed.c
31 31 trsha1speed_CFLAGS = $(AM_CFLAGS) $(OPENSSL)
32   -trsha1speed_LDADD = -ltrhashing -ltrbase -lcrypto -luuid
  32 +trsha1speed_LDADD = -ltrhash -ltrbase -lcrypto -luuid
33 33 trsha1speed_LDFLAGS = $(AM_LDFLAGS)
34 34
35 35 trencodespeed_SOURCES = encodespeed.c
36 36 trencodespeed_CFLAGS = $(AM_CFLAGS)
37   -trencodespeed_LDADD = -ltrhashing -ltrbase -lcrypto -luuid
  37 +trencodespeed_LDADD = -ltrhash -ltrbase -lcrypto -luuid
38 38 trencodespeed_LDFLAGS = $(AM_LDFLAGS)
... ...
Please register or login to post a comment