mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
18 lines
263 B
Makefile
18 lines
263 B
Makefile
|
|
|
|
bin_PROGRAMS = benchmark
|
|
|
|
benchmark_SOURCES = \
|
|
benchmark.cc
|
|
|
|
benchmark_LDADD = \
|
|
$(top_builddir)/src/.libs/libmodsecurity.a
|
|
|
|
benchmark_CPPFLAGS = \
|
|
-std=c++11 \
|
|
-I$(top_builddir)/headers
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in
|
|
|