From e666aa64ec3e0b95d6ce9c90b7d8ba84f1dcc585 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 16 Jun 2014 00:42:52 +0100 Subject: [PATCH] variable naming --- src/Makefile.am | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6cdcdae..dbdeeb7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,25 +3,25 @@ AUTOMAKE_OPTIONS = subdir-objects AM_CFLAGS += -I../include/ -TR_CLASS = hexdecode.c \ - hexencode.c \ - sdbm.c \ - urldecode.c \ - sha1.c \ - sse/sha1.c \ - uuid/compare.c \ - uuid/_format3or5.c \ - uuid/parse.c \ - uuid/unparse.c \ - uuid/uuid.c \ - uuid/version1.c \ - uuid/version3.c \ - uuid/version5.c +TR_HASH = hexdecode.c \ + hexencode.c \ + sdbm.c \ + urldecode.c \ + sha1.c \ + sse/sha1.c \ + uuid/compare.c \ + uuid/_format3or5.c \ + uuid/parse.c \ + uuid/unparse.c \ + uuid/uuid.c \ + uuid/version1.c \ + uuid/version3.c \ + uuid/version5.c lib_LTLIBRARIES = libtrhashing.la bin_PROGRAMS = trsha1speed trencodespeed -libtrhashing_la_SOURCES = $(TR_CLASS) +libtrhashing_la_SOURCES = $(TR_HASH) libtrhashing_la_CFLAGS = $(AM_CFLAGS) -std=c99 $(OPENSSL) libtrhashing_la_LIBADD = libtrhashing_la_LDFLAGS = -version-info 0:0:0