ModSecurity/test/benchmark/Makefile.am
Felipe Zimmerle e94226f1d8 Fix some build issues
Optional dependencies were temporarily marked as mandatory, in order
to sort any build problem, later it will be marked as optional again.
2015-08-25 00:25:33 -03:00

25 lines
346 B
Makefile

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