blob: 1d5c68d99e72362f0e14384c6c95df1e24cb8507 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
AM_CPPFLAGS = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/daemon/https/lgl \
-I$(top_srcdir)/src/daemon/https/tls
if USE_COVERAGE
AM_CFLAGS = -fprofile-arcs -ftest-coverage
endif
noinst_LTLIBRARIES = libasn1.la
libasn1_la_SOURCES = \
libtasn1.h \
mem.h \
gstr.h \
int.h \
parser_aux.h structure.h element.h decoding.c gstr.c \
parser_aux.c structure.c element.c coding.c
|