From 7ff4e465bf9d719d2e00765a3cb94b0ea94887b7 Mon Sep 17 00:00:00 2001 From: Mihai Pitu Date: Thu, 22 Aug 2013 17:13:27 +0300 Subject: [PATCH] changes --- java/Makefile.am | 2 +- java/ModSecurityTestApp/web/help.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/java/Makefile.am b/java/Makefile.am index a9744099..ae5a8dbe 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -9,7 +9,7 @@ libModSecurityJNI_la_SOURCES = ../apache2/mod_security2.c \ ../apache2/msc_util.c ../apache2/msc_pcre.c ../apache2/persist_dbm.c ../apache2/msc_reqbody.c \ ../apache2/msc_geo.c ../apache2/msc_gsb.c ../apache2/msc_unicode.c \ ../apache2/acmp.c ../apache2/msc_lua.c ../apache2/msc_release.c \ - ../apache2/msc_crypt.c ../apache2/msc_tree.c ../apache2/libinjection/libinjection_sqli.c \ + ../apache2/msc_crypt.c ../apache2/msc_tree.c ../standalone/api.c ../standalone/buckets.c \ ../standalone/config.c ../standalone/filters.c \ ../standalone/hooks.c ../standalone/regex.c ../standalone/server.c \ diff --git a/java/ModSecurityTestApp/web/help.html b/java/ModSecurityTestApp/web/help.html index 13ece9f8..d2531036 100644 --- a/java/ModSecurityTestApp/web/help.html +++ b/java/ModSecurityTestApp/web/help.html @@ -94,7 +94,7 @@ sudo apt-get install libxml2 libxml2-dev libxml2-utils libaprutil1 libaprutil1-d
 cd mod_security/
 ./autogen.sh
-./configure --enable-java-module
+./configure --enable-standalone-module --enable-java-module
 make