From 69b1095947f5a755c541791f794e1ddcbe12c7b0 Mon Sep 17 00:00:00 2001 From: Nick Galbreath Date: Tue, 4 Jun 2013 11:12:45 +0900 Subject: [PATCH] fix makefiles --- standalone/Makefile.am | 2 +- tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/standalone/Makefile.am b/standalone/Makefile.am index c470376a..b94e3665 100644 --- a/standalone/Makefile.am +++ b/standalone/Makefile.am @@ -13,7 +13,7 @@ standalone_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/sqlparse.c \ + ../apache2/msc_crypt.c ../apache2/msc_tree.c ../apache2/libinjection/libinjection_sql.c \ api.c buckets.c \ config.c filters.c \ hooks.c \ diff --git a/tests/Makefile.am b/tests/Makefile.am index c0209daa..6790dc4b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,7 +22,7 @@ msc_test_SOURCES = msc_test.c \ $(top_srcdir)/apache2/acmp.c \ $(top_srcdir)/apache2/msc_lua.c \ $(top_srcdir)/apache2/msc_release.c \ - $(top_srcdir)/apache2/libinjection/sqlparse.c + $(top_srcdir)/apache2/libinjection/libinjection_sqli.c msc_test_CFLAGS = @APXS_CFLAGS@ @APR_CFLAGS@ @APU_CFLAGS@ \ @PCRE_CFLAGS@ @LIBXML2_CFLAGS@ @MODSEC_EXTRA_CFLAGS@ @LUA_CFLAGS@ msc_test_CPPFLAGS = -I$(top_srcdir)/apache2 \