forked from wolfSSL/wolfssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinclude.am
More file actions
14 lines (12 loc) · 685 Bytes
/
include.am
File metadata and controls
14 lines (12 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim:ft=automake
# All paths should be given relative to the root
if BUILD_OCSP_RESPONDER
noinst_PROGRAMS += examples/ocsp_responder/ocsp_responder
noinst_HEADERS += examples/ocsp_responder/ocsp_responder.h
examples_ocsp_responder_ocsp_responder_SOURCES = examples/ocsp_responder/ocsp_responder.c
examples_ocsp_responder_ocsp_responder_LDADD = src/libwolfssl@LIBSUFFIX@.la $(LIB_STATIC_ADD)
examples_ocsp_responder_ocsp_responder_DEPENDENCIES = src/libwolfssl@LIBSUFFIX@.la
examples_ocsp_responder_ocsp_responder_CFLAGS = $(AM_CFLAGS)
endif
dist_example_DATA+= examples/ocsp_responder/ocsp_responder.c
DISTCLEANFILES+= examples/ocsp_responder/.libs/ocsp_responder