]> git.ipfire.org Git - thirdparty/squid.git/blob - src/base/Makefile.am
Added InstanceId to uniquely identify concurrent messages, transactions, etc.
[thirdparty/squid.git] / src / base / Makefile.am
1
2 include $(top_srcdir)/src/Common.am
3 include $(top_srcdir)/src/TestHeaders.am
4
5 noinst_LTLIBRARIES = libbase.la
6
7 libbase_la_SOURCES = \
8 AsyncCall.cc \
9 AsyncCall.h \
10 AsyncJob.h \
11 AsyncJob.cc \
12 AsyncJobCalls.h \
13 AsyncCallQueue.cc \
14 AsyncCallQueue.h \
15 CbcPointer.h \
16 InstanceId.h \
17 TextException.cc \
18 TextException.h