]> git.ipfire.org Git - thirdparty/squid.git/blob - src/sbuf/Makefile.am
062bda48314a0293059c965a84e9bc281fe40928
[thirdparty/squid.git] / src / sbuf / 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 noinst_LTLIBRARIES = libsbuf.la
12
13 libsbuf_la_SOURCES = \
14 MemBlob.cc \
15 MemBlob.h \
16 OutOfBoundsException.h \
17 SBuf.cc \
18 SBuf.h \
19 SBufAlgos.cc \
20 SBufAlgos.h \
21 SBufDetailedStats.cc \
22 SBufDetailedStats.h \
23 SBufExceptions.cc \
24 SBufExceptions.h \
25 SBufList.cc \
26 SBufList.h \
27 SBufStream.h