aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/Makefile.am
blob: 62c2643d617b5cd9100dd4c56cab2ed4ab789b04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUBDIRS = . 

AM_CPPFLAGS = -std=c99 \
-I$(top_srcdir)/src/include \
-I$(GCRYPT_CPPFLAGS)

# gc-gnulib.c

noinst_LTLIBRARIES = liblgl.la

liblgl_la_LDFLAGS = -lgcrypt
# liblgl_la_LIBADD = ./gc-libgcrypt.lo

liblgl_la_SOURCES = \
sha1.c sha1.h \
gc-libgcrypt.c \
time_r.c \
rijndael-api-fst.c \
gc-pbkdf2-sha1.c gc.h \
read-file.c read-file.h \
rijndael-alg-fst.c rijndael-alg-fst.h \
hmac-md5.c hmac.h \
hmac-sha1.c \
memxor.c memxor.h\
memmem.c \
strverscmp.c strverscmp.h \
md5.c md5.h \
des.c des.h