summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 670e7a5..5f36fd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,9 @@ SUBDIRS = libcnary src include tools test
4if HAVE_CYTHON 4if HAVE_CYTHON
5SUBDIRS += cython 5SUBDIRS += cython
6endif 6endif
7if BUILD_FUZZERS
8SUBDIRS += fuzz
9endif
7 10
8docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h 11docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h
9 rm -rf docs 12 rm -rf docs