mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Build system fixes
1. Fix the build order so "make -j4" works 2. Remove binaries from git tree 3. Add .gitignore file
This commit is contained in:
committed by
Felipe Zimmerle
parent
344aa901b1
commit
64a34584cd
@@ -1,10 +1,11 @@
|
||||
|
||||
BUILT_SOURCES= \
|
||||
parser/seclang-parser.cc
|
||||
|
||||
libmodsecuritydir = $(prefix)/lib
|
||||
libmodsecurity_LTLIBRARIES = libmodsecurity.la
|
||||
libmodsecurity_ladir = $(prefix)/include
|
||||
|
||||
|
||||
CLEANFILES = \
|
||||
location.hh \
|
||||
position.hh \
|
||||
|
Reference in New Issue
Block a user