diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a46e047..b9a1a52 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,9 +1,11 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = libcnary src include tools test docs | 3 | SUBDIRS = libcnary src include tools test docs |
| 4 | |||
| 4 | if HAVE_CYTHON | 5 | if HAVE_CYTHON |
| 5 | SUBDIRS += cython | 6 | SUBDIRS += cython |
| 6 | endif | 7 | endif |
| 8 | |||
| 7 | if BUILD_FUZZERS | 9 | if BUILD_FUZZERS |
| 8 | SUBDIRS += fuzz | 10 | SUBDIRS += fuzz |
| 9 | endif | 11 | endif |
