aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/Makefile.am
blob: d1305b47fde0d8b9f10c03a2e80a5a6bf7706d8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUBDIRS = .

if USE_COVERAGE
  AM_CFLAGS = -fprofile-arcs -ftest-coverage
endif

AM_CPPFLAGS = \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/daemon/https \
-I$(top_srcdir)/src/daemon/https/minitasn1 \
-I$(top_srcdir)/src/daemon/https/lgl \
-I$(top_srcdir)/src/daemon/https/x509 \
-I$(top_srcdir)/src/daemon/https/tls

noinst_LTLIBRARIES = libx509.la

libx509_la_LDFLAGS = -lgcrypt 

libx509_la_SOURCES = \
common.c common.h \
dn.c dn.h \
extensions.c extensions.h \
mpi.c mpi.h \
pkcs12.h \
x509_privkey.c privkey.h \
rfc2818_hostname.c rfc2818.h \
x509_verify.c verify.h \
x509.c x509.h