diff options
Diffstat (limited to 'src/daemon/https/x509/Makefile.am')
-rw-r--r-- | src/daemon/https/x509/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/daemon/https/x509/Makefile.am b/src/daemon/https/x509/Makefile.am index 4156d2e3..65d9594f 100644 --- a/src/daemon/https/x509/Makefile.am +++ b/src/daemon/https/x509/Makefile.am | |||
@@ -1,3 +1,8 @@ | |||
1 | SUBDIRS = . | ||
2 | |||
3 | if USE_COVERAGE | ||
4 | AM_CFLAGS = -fprofile-arcs -ftest-coverage | ||
5 | endif | ||
1 | 6 | ||
2 | AM_CPPFLAGS = \ | 7 | AM_CPPFLAGS = \ |
3 | -I$(top_srcdir)/src/include \ | 8 | -I$(top_srcdir)/src/include \ |
@@ -10,14 +15,11 @@ AM_CPPFLAGS = \ | |||
10 | noinst_LTLIBRARIES = libx509.la | 15 | noinst_LTLIBRARIES = libx509.la |
11 | 16 | ||
12 | libx509_la_LDFLAGS = -lgcrypt | 17 | libx509_la_LDFLAGS = -lgcrypt |
13 | # -l $(top_srcdir)/src/daemon/https/lgl/liblgl.la | ||
14 | 18 | ||
15 | libx509_la_SOURCES = \ | 19 | libx509_la_SOURCES = \ |
16 | common.c common.h \ | 20 | common.c common.h \ |
17 | crq.c crq.h \ | ||
18 | crl.c \ | 21 | crl.c \ |
19 | dn.c dn.h \ | 22 | dn.c dn.h \ |
20 | dsa.c dsa.h \ | ||
21 | extensions.c extensions.h \ | 23 | extensions.c extensions.h \ |
22 | mpi.c mpi.h \ | 24 | mpi.c mpi.h \ |
23 | pkcs12_encr.c pkcs12.h \ | 25 | pkcs12_encr.c pkcs12.h \ |