ModSecurity/examples/Makefile.am
Andrei Belov 85f98c8a66
Fix "make dist" after recent changes to parser
In particular, it is now possible to either build ModSecurity
with pre-generated parser, or use "--enable-parser-generation"
configure option to rebuild parser from sources.
2017-03-09 18:18:00 -03:00

21 lines
324 B
Makefile

ACLOCAL_AMFLAGS = -I build
SUBDIRS = \
simple_example_using_c \
multiprocess_c \
reading_logs_with_offset \
reading_logs_via_rule_message
pkginclude_HEADERS = \
reading_logs_via_rule_message/reading_logs_via_rule_message.h
# make clean
CLEANFILES =
# make maintainer-clean
MAINTAINERCLEANFILES = \
Makefile.in