]> git.ipfire.org Git - thirdparty/squid.git/blob - src/esi/Makefile.am
Merge from trunk
[thirdparty/squid.git] / src / esi / Makefile.am
1 include $(top_srcdir)/src/Common.am
2 include $(top_srcdir)/src/TestHeaders.am
3
4 noinst_LTLIBRARIES = libesi.la
5
6 libesi_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 Module.cc \
29 Module.h \
30 Parser.cc \
31 Parser.h \
32 Segment.cc \
33 Segment.h \
34 Sequence.cc \
35 Sequence.h \
36 Var.h \
37 VarState.cc \
38 VarState.h
39
40 INCLUDES += \
41 -I$(top_srcdir)/lib/libTrie/include \
42 -I$(top_builddir)/lib/libTrie/include
43