diff options
Diffstat (limited to 'src/daemon/https/minitasn1/Makefile.am')
-rw-r--r-- | src/daemon/https/minitasn1/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon/https/minitasn1/Makefile.am b/src/daemon/https/minitasn1/Makefile.am index 34e56d13..16ba08b2 100644 --- a/src/daemon/https/minitasn1/Makefile.am +++ b/src/daemon/https/minitasn1/Makefile.am | |||
@@ -4,6 +4,10 @@ AM_CPPFLAGS = \ | |||
4 | -I$(top_srcdir)/src/daemon/https/lgl \ | 4 | -I$(top_srcdir)/src/daemon/https/lgl \ |
5 | -I$(top_srcdir)/src/daemon/https/tls | 5 | -I$(top_srcdir)/src/daemon/https/tls |
6 | 6 | ||
7 | if USE_COVERAGE | ||
8 | AM_CFLAGS = -fprofile-arcs -ftest-coverage | ||
9 | endif | ||
10 | |||
7 | noinst_LTLIBRARIES = libasn1.la | 11 | noinst_LTLIBRARIES = libasn1.la |
8 | 12 | ||
9 | libasn1_la_SOURCES = \ | 13 | libasn1_la_SOURCES = \ |