]> git.ipfire.org Git - thirdparty/squid.git/blame - src/security/Makefile.am
MemBuf implements Packable interface
[thirdparty/squid.git] / src / security / Makefile.am
CommitLineData
be75380c 1## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
9a2f63e7
AJ
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
cdfb670c
AJ
8include $(top_srcdir)/src/Common.am
9include $(top_srcdir)/src/TestHeaders.am
10
11noinst_LTLIBRARIES = libsecurity.la
12
13libsecurity_la_SOURCES= \
9a2f63e7 14 Context.h \
fcfdf7f9
AJ
15 EncryptorAnswer.cc \
16 EncryptorAnswer.h \
17 forward.h \
9a2f63e7 18 PeerOptions.cc \
cdfb670c 19 PeerOptions.h