mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Redo build system to properly use autotools and avoid compilation with apxs util.
This commit is contained in:
7
mlogc/Makefile.am
Normal file
7
mlogc/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
bin_SCRIPTS = mlogc-batch-load.pl
|
||||
bin_PROGRAMS = mlogc
|
||||
mlogc_SOURCES = mlogc.c
|
||||
mlogc_CPPFLAGS = @APR_CPPFLAGS@ @PCRE_CPPFLAGS@ @CURL_CPPFLAGS@
|
||||
mlogc_CFLAGS = @APR_CFLAGS@ @PCRE_CFLAGS@ @CURL_CFLAGS@
|
||||
mlogc_LDFLAGS = @APR_LDFLAGS@ @PCRE_LDFLAGS@ @CURL_LDFLAGS@
|
||||
mlogc_LDADD = @APR_LDADD@ @PCRE_LDADD@ @CURL_LDADD@
|
Reference in New Issue
Block a user