]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/Makefile.am
Made finalize() virtual to clarify that it is being implemented in the kids.
[thirdparty/squid.git] / src / adaptation / Makefile.am
CommitLineData
a68cf076
AR
1AM_CFLAGS = @SQUID_CFLAGS@
2AM_CXXFLAGS = @SQUID_CXXFLAGS@
3
4INCLUDES = \
5 -I$(top_builddir)/include \
6 -I$(top_srcdir)/include \
7 -I$(top_srcdir)/src
8
9noinst_LTLIBRARIES = libadaptation.la
10
11libadaptation_la_SOURCES = \
62c7f90e
AR
12 AccessCheck.cc \
13 AccessCheck.h \
14 AccessRule.cc \
15 AccessRule.h \
429428c7
AR
16 Config.cc \
17 Config.h \
a68cf076
AR
18 Elements.cc \
19 Elements.h \
429428c7
AR
20 forward.h \
21 Initiate.cc \
22 Initiate.h \
23 Initiator.cc \
24 Initiator.h \
a68cf076
AR
25 Service.cc \
26 Service.h \
429428c7
AR
27 ServiceConfig.cc \
28 ServiceConfig.h \
62c7f90e
AR
29 ServiceGroups.cc \
30 ServiceGroups.h
a68cf076
AR
31
32check_PROGRAMS = testHeaders
33
34## test .h correctness
35testHeaders: *.h
36 $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
0e42cf18
AJ
37
38## No such file...
39testHeaders.c:
40 touch testHeaders.c