Imported Upstream version 2.5.11
[libapache-mod-security.git] / apache2 / modules.mk
1 MOD_SECURITY2 = mod_security2 apache2_config apache2_io apache2_util \
2     re re_operators re_actions re_tfns re_variables \
3     msc_logging msc_xml msc_multipart modsecurity msc_parsers msc_util msc_pcre \
4     persist_dbm msc_reqbody pdf_protect msc_geo acmp msc_lua
5
6 H = re.h modsecurity.h msc_logging.h msc_multipart.h msc_parsers.h \
7     msc_pcre.h msc_util.h msc_xml.h persist_dbm.h apache2.h pdf_protect.h \
8     msc_geo.h acmp.h utf8tables.h msc_lua.h
9
10 ${MOD_SECURITY2:=.slo}: ${H}
11 ${MOD_SECURITY2:=.lo}: ${H}
12 ${MOD_SECURITY2:=.o}: ${H}
13
14 mod_security2.la: ${MOD_SECURITY2:=.slo}
15         $(SH_LINK) -rpath $(libexecdir) -module -avoid-version ${MOD_SECURITY2:=.lo}
16
17 DISTCLEAN_TARGETS = modules.mk
18
19 shared =  mod_security2.la