diff options
| author | 2017-05-29 04:08:29 +0200 | |
|---|---|---|
| committer | 2017-05-29 04:08:29 +0200 | |
| commit | 99f3ab144dcaa97a2be37e562740dbff2de350c6 (patch) | |
| tree | b6540c04944d1e493e95693c70b2d39e8b01302b /Makefile.am | |
| parent | 1e89644636438269bcedb50f3eabf0780d0074ac (diff) | |
| download | libplist-99f3ab144dcaa97a2be37e562740dbff2de350c6.tar.gz libplist-99f3ab144dcaa97a2be37e562740dbff2de350c6.tar.bz2 | |
Integrate fuzzers into build system
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 |
