]> git.ipfire.org Git - thirdparty/squid.git/blame - src/base/Makefile.am
Document PconnPool
[thirdparty/squid.git] / src / base / Makefile.am
CommitLineData
5bd7a218 1
97bd4671 2include $(top_srcdir)/src/Common.am
fe57027d 3include $(top_srcdir)/src/TestHeaders.am
5bd7a218
AR
4
5noinst_LTLIBRARIES = libbase.la
6
7libbase_la_SOURCES = \
882255af
AR
8 AsyncCall.cc \
9 AsyncCall.h \
5bd7a218 10 AsyncJob.h \
882255af
AR
11 AsyncJob.cc \
12 AsyncJobCalls.h \
13 AsyncCallQueue.cc \
3d93a84d 14 AsyncCallQueue.h \
4299f876 15 CbcPointer.h \
8b110b48 16 InstanceId.h \
3d93a84d
AJ
17 TextException.cc \
18 TextException.h