|
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects |
|
|
|
|
|
|
|
|
AM_CFLAGS += -I../include/ |
|
|
AM_CFLAGS += -I../include/ |
|
|
|
|
|
|
|
|
TR_CLASS = hexdecode.c \
|
|
|
|
|
|
|
|
|
TR_HASH = hexdecode.c \
|
|
|
hexencode.c \
|
|
|
hexencode.c \
|
|
|
sdbm.c \
|
|
|
sdbm.c \
|
|
|
urldecode.c \
|
|
|
urldecode.c \
|
|
|
@ -21,7 +21,7 @@ TR_CLASS = hexdecode.c \ |
|
|
lib_LTLIBRARIES = libtrhashing.la |
|
|
lib_LTLIBRARIES = libtrhashing.la |
|
|
bin_PROGRAMS = trsha1speed trencodespeed |
|
|
bin_PROGRAMS = trsha1speed trencodespeed |
|
|
|
|
|
|
|
|
libtrhashing_la_SOURCES = $(TR_CLASS) |
|
|
|
|
|
|
|
|
libtrhashing_la_SOURCES = $(TR_HASH) |
|
|
libtrhashing_la_CFLAGS = $(AM_CFLAGS) -std=c99 $(OPENSSL) |
|
|
libtrhashing_la_CFLAGS = $(AM_CFLAGS) -std=c99 $(OPENSSL) |
|
|
libtrhashing_la_LIBADD = |
|
|
libtrhashing_la_LIBADD = |
|
|
libtrhashing_la_LDFLAGS = -version-info 0:0:0 |
|
|
libtrhashing_la_LDFLAGS = -version-info 0:0:0 |
|
|
|