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

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