]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/cert_generators/file/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / security / cert_generators / file / Makefile.am
index 9a69b43985f8e3ea439b3cee96d7df2865874ef6..821c2dcc185ba8e390406e3675a77fef4b061e7c 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -25,6 +25,13 @@ security_file_certgen_SOURCES = \
 
 security_file_certgen_LDADD = \
        $(top_builddir)/src/ssl/libsslutil.la \
+       $(top_builddir)/src/sbuf/libsbuf.la \
+       $(top_builddir)/src/debug/libdebug.la \
+       $(top_builddir)/src/error/liberror.la \
+       $(top_builddir)/src/comm/libminimal.la \
+       $(top_builddir)/src/mem/libminimal.la \
+       $(top_builddir)/src/base/libbase.la \
+       $(top_builddir)/src/time/libtime.la \
        $(SSLLIB) \
        $(COMPAT_LIB)