]> git.ipfire.org Git - thirdparty/squid.git/blame - src/esi/Makefile.am
Simplified registration. We will no longer support implicit registration using
[thirdparty/squid.git] / src / esi / Makefile.am
CommitLineData
f99c2cfe
AR
1include $(top_srcdir)/src/Common.am
2include $(top_srcdir)/src/TestHeaders.am
3
4noinst_LTLIBRARIES = libesi.la
5
6libesi_la_SOURCES = \
7 Assign.cc \
8 Assign.h \
9 Attempt.h \
10 Context.cc \
11 Context.h \
12 CustomParser.cc \
13 CustomParser.h \
14 Element.h \
15 ElementList.h \
16 Esi.cc \
17 Esi.h \
18 Except.h \
19 ExpatParser.cc \
20 ExpatParser.h \
21 Expression.cc \
22 Expression.h \
23 Include.cc \
24 Include.h \
25 Literal.h \
26 Libxml2Parser.cc \
27 Libxml2Parser.h \
28 Parser.cc \
29 Parser.h \
30 Segment.cc \
31 Segment.h \
32 Sequence.cc \
33 Sequence.h \
34 Var.h \
35 VarState.cc \
36 VarState.h
37
38INCLUDES += \
39 -I$(top_srcdir)/lib/libTrie/include \
40 -I$(top_builddir)/lib/libTrie/include
41