mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
19 lines
214 B
Makefile
19 lines
214 B
Makefile
|
|
|
|
bin_PROGRAMS = test
|
|
|
|
test_SOURCES = \
|
|
test.c
|
|
|
|
test_LDADD = \
|
|
-L$(top_builddir)/src/.libs/ -lmodsecurity
|
|
|
|
test_CFLAGS = \
|
|
-I$(top_builddir)/headers \
|
|
-I$(top_builddir)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|
|
|
|
|