mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Adds suppor for HyperScan in the bulid system
This commit is contained in:
@@ -8,6 +8,7 @@ test_SOURCES = \
|
||||
test_LDADD = \
|
||||
$(GLOBAL_LDADD) \
|
||||
$(LUA_LDADD) \
|
||||
$(HS_LDADD) \
|
||||
$(SSDEEP_LDADD)
|
||||
|
||||
test_LDFLAGS = \
|
||||
@@ -18,6 +19,7 @@ test_LDFLAGS = \
|
||||
-lstdc++ \
|
||||
$(LUA_LDFLAGS) \
|
||||
$(SSDEEP_LDFLAGS) \
|
||||
$(HS_LDFLAGS) \
|
||||
$(YAJL_LDFLAGS)
|
||||
|
||||
test_CFLAGS = \
|
||||
|
Reference in New Issue
Block a user