ModSecurity/Makefile.am
Felipe Zimmerle 854ca4c1cd Removes libinjection sources from the main project and add it as subfolder
That way we can control the CFLAGS that will be sent to libinjection.
Avoiding, for instance, the utilization of c++11 on libinjection c code.
2015-12-01 11:21:28 -03:00

37 lines
453 B
Makefile

if TEST_UTILITIES
export MAYBE_TEST = test
endif
SUBDIRS = \
others \
src \
doc \
examples \
$(MAYBE_TEST)
# make clean
CLEANFILES =
# make maintainer-clean
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
ar-lib \
build/libtool.m4 \
build/ltoptions.m4 \
build/ltsugar.m4 \
build/ltversion.m4 \
build/lt~obsolete.m4 \
compile \
config.guess \
config.sub \
configure \
install-sh \
ltmain.sh \
ylwrap \
missing \
depcomp