ModSecurity/test/benchmark/Makefile.am
Felipe Zimmerle aa8dc9115b Adds first version of Assay's materialization in a JSON format
That format will be used by the audit logs.
2015-07-10 18:37:48 -03:00

19 lines
287 B
Makefile

bin_PROGRAMS = benchmark
benchmark_SOURCES = \
benchmark.cc
benchmark_LDADD = \
$(top_builddir)/src/.libs/libmodsecurity.a \
$(YAJL_LDADD)
benchmark_CPPFLAGS = \
-std=c++11 \
-I$(top_builddir)/headers
MAINTAINERCLEANFILES = \
Makefile.in