aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/Makefile.am
blob: 34e56d13a95eba722cc3b9a69f7377b228fb7201 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CPPFLAGS = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/daemon/https/lgl \
-I$(top_srcdir)/src/daemon/https/tls 

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