aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/Makefile.am
blob: 4cd9f34ec2aa43b7a75bde4810e9f631d8f74254 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 \
errors.h \
int.h \
parser_aux.h structure.h element.h decoding.c gstr.c errors.c	\
parser_aux.c structure.c element.c coding.c