Commit e666aa64ec3e0b95d6ce9c90b7d8ba84f1dcc585

Authored by Georg Hopp
1 parent fc3abdf8

variable naming

Showing 1 changed file with 15 additions and 15 deletions
... ... @@ -3,25 +3,25 @@ AUTOMAKE_OPTIONS = subdir-objects
3 3
4 4 AM_CFLAGS += -I../include/
5 5
6   -TR_CLASS = hexdecode.c \
7   - hexencode.c \
8   - sdbm.c \
9   - urldecode.c \
10   - sha1.c \
11   - sse/sha1.c \
12   - uuid/compare.c \
13   - uuid/_format3or5.c \
14   - uuid/parse.c \
15   - uuid/unparse.c \
16   - uuid/uuid.c \
17   - uuid/version1.c \
18   - uuid/version3.c \
19   - uuid/version5.c
  6 +TR_HASH = hexdecode.c \
  7 + hexencode.c \
  8 + sdbm.c \
  9 + urldecode.c \
  10 + sha1.c \
  11 + sse/sha1.c \
  12 + uuid/compare.c \
  13 + uuid/_format3or5.c \
  14 + uuid/parse.c \
  15 + uuid/unparse.c \
  16 + uuid/uuid.c \
  17 + uuid/version1.c \
  18 + uuid/version3.c \
  19 + uuid/version5.c
20 20
21 21 lib_LTLIBRARIES = libtrhashing.la
22 22 bin_PROGRAMS = trsha1speed trencodespeed
23 23
24   -libtrhashing_la_SOURCES = $(TR_CLASS)
  24 +libtrhashing_la_SOURCES = $(TR_HASH)
25 25 libtrhashing_la_CFLAGS = $(AM_CFLAGS) -std=c99 $(OPENSSL)
26 26 libtrhashing_la_LIBADD =
27 27 libtrhashing_la_LDFLAGS = -version-info 0:0:0
... ...
Please register or login to post a comment