aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/lgl/Makefile.am')
-rw-r--r--src/daemon/https/lgl/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/daemon/https/lgl/Makefile.am b/src/daemon/https/lgl/Makefile.am
index bf0faf11..7db09d80 100644
--- a/src/daemon/https/lgl/Makefile.am
+++ b/src/daemon/https/lgl/Makefile.am
@@ -9,15 +9,6 @@ noinst_LTLIBRARIES = liblgl.la
9 9
10liblgl_la_LDFLAGS = -lgcrypt 10liblgl_la_LDFLAGS = -lgcrypt
11liblgl_la_SOURCES = \ 11liblgl_la_SOURCES = \
12 sha1.c sha1.h \
13 gc-libgcrypt.c \ 12 gc-libgcrypt.c \
14 rijndael-api-fst.c rijndael-api-fst.h \ 13 gc.h
15 gc-pbkdf2-sha1.c gc.h \
16 rijndael-alg-fst.c rijndael-alg-fst.h \
17 hmac-md5.c hmac.h \
18 hmac-sha1.c \
19 memxor.c memxor.h\
20 strverscmp.c strverscmp.h \
21 md5.c md5.h
22
23 14