aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/Makefile.am
blob: 5498237266a65e08ccdeccfc9260c0372ca5f4a2 (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
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 \
x509_verify.c verify.h \
x509.c x509.h