mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
18 lines
254 B
Makefile
18 lines
254 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
# Doxygen support
|
|
# include $(top_srcdir)/build/ax_prog_doxygen.m4
|
|
|
|
# distribution of the Doxygen configuration file
|
|
EXTRA_DIST = \
|
|
doxygen.cfg
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in \
|
|
doxygen_sqlite3.db \
|
|
html \
|
|
latex
|
|
|