mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Having LDADD and LDFLAGS organized on Makefile.am
This commit is contained in:
@@ -6,13 +6,17 @@ test_SOURCES = \
|
||||
test.c
|
||||
|
||||
test_LDADD = \
|
||||
$(GLOBAL_LDADD) \
|
||||
$(LUA_LDADD) \
|
||||
$(SSDEEP_LDADD)
|
||||
|
||||
test_LDFLAGS = \
|
||||
-L$(top_builddir)/src/.libs/ \
|
||||
-lmodsecurity \
|
||||
$(YAJL_LDFLAGS) \
|
||||
$(GEOIP_LDFLAGS) \
|
||||
$(SSDEEP_LDFLAGS) $(SSDEEP_LDADD) \
|
||||
$(LUA_LDFLAGS) $(LUA_LDADD) \
|
||||
$(GLOBAL_LDADD)
|
||||
-lmodsecurity \
|
||||
$(LUA_LDFLAGS) \
|
||||
$(SSDEEP_LDFLAGS) \
|
||||
$(YAJL_LDFLAGS)
|
||||
|
||||
test_CFLAGS = \
|
||||
-I$(top_builddir)/headers \
|
||||
|
Reference in New Issue
Block a user