diff options
Diffstat (limited to 'apps/ocspcheck/Makefile.am')
-rw-r--r-- | apps/ocspcheck/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/ocspcheck/Makefile.am b/apps/ocspcheck/Makefile.am index 2f6540d..f7eb131 100644 --- a/apps/ocspcheck/Makefile.am +++ b/apps/ocspcheck/Makefile.am | |||
@@ -13,3 +13,11 @@ ocspcheck_LDADD += $(PLATFORM_LDADD) $(PROG_LDADD) | |||
13 | ocspcheck_SOURCES = http.c | 13 | ocspcheck_SOURCES = http.c |
14 | ocspcheck_SOURCES += ocspcheck.c | 14 | ocspcheck_SOURCES += ocspcheck.c |
15 | noinst_HEADERS = http.h | 15 | noinst_HEADERS = http.h |
16 | |||
17 | if !HAVE_INET_NTOP | ||
18 | ocspcheck_SOURCES += compat/inet_ntop.c | ||
19 | endif | ||
20 | |||
21 | if !HAVE_MEMMEM | ||
22 | ocspcheck_SOURCES += compat/memmem.c | ||
23 | endif | ||