diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
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 | |||
| 4 | if HAVE_CYTHON | 4 | if HAVE_CYTHON |
| 5 | SUBDIRS += cython | 5 | SUBDIRS += cython |
| 6 | endif | 6 | endif |
| 7 | if BUILD_FUZZERS | ||
| 8 | SUBDIRS += fuzz | ||
| 9 | endif | ||
| 7 | 10 | ||
| 8 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h | 11 | docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h |
| 9 | rm -rf docs | 12 | rm -rf docs |
