]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/Makefile.am
Merged from trunk.
[thirdparty/squid.git] / src / adaptation / Makefile.am
1 AM_CFLAGS = @SQUID_CFLAGS@
2 AM_CXXFLAGS = @SQUID_CXXFLAGS@
3
4 INCLUDES = \
5 -I$(top_builddir)/include \
6 -I$(top_srcdir)/include \
7 -I$(top_srcdir)/src
8
9 noinst_LTLIBRARIES = libadaptation.la
10
11 libadaptation_la_SOURCES = \
12 AccessCheck.cc \
13 AccessCheck.h \
14 AccessRule.cc \
15 AccessRule.h \
16 Config.cc \
17 Config.h \
18 Elements.cc \
19 Elements.h \
20 forward.h \
21 Initiate.cc \
22 Initiate.h \
23 Initiator.cc \
24 Initiator.h \
25 Message.cc \
26 Message.h \
27 Service.cc \
28 Service.h \
29 ServiceConfig.cc \
30 ServiceConfig.h \
31 ServiceGroups.cc \
32 ServiceGroups.h
33
34 check_PROGRAMS = testHeaders
35
36 ## test .h correctness
37 testHeaders: $(top_srcdir)/src/adaptation/*.h
38 $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
39
40 ## No such file...
41 testHeaders.c:
42 touch testHeaders.c