]> git.ipfire.org Git - thirdparty/squid.git/blob - src/security/cert_generators/file/Makefile.am
SourceLayout: rename ssl_crtd helper to security_file_certgen
[thirdparty/squid.git] / src / security / cert_generators / file / Makefile.am
1 ## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 include $(top_srcdir)/src/Common.am
9 include $(top_srcdir)/src/TestHeaders.am
10
11 man_MANS = security_file_certgen.8
12 libexec_PROGRAMS = security_file_certgen
13
14 security_file_certgen_SOURCES = \
15 certificate_db.cc \
16 certificate_db.h \
17 security_file_certgen.cc
18 security_file_certgen_LDADD = \
19 $(top_builddir)/src/ssl/libsslutil.la \
20 $(SSLLIB) \
21 $(COMPAT_LIB)
22
23 EXTRA_DIST = security_file_certgen.8
24