diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 84b196d..7da967d 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,11 +1,15 @@ | |||
| 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 docs |
| 4 | 4 | ||
| 5 | if HAVE_CYTHON | 5 | if HAVE_CYTHON |
| 6 | SUBDIRS += cython | 6 | SUBDIRS += cython |
| 7 | endif | 7 | endif |
| 8 | 8 | ||
| 9 | if BUILD_TESTS | ||
| 10 | SUBDIRS += test | ||
| 11 | endif | ||
| 12 | |||
| 9 | if BUILD_FUZZERS | 13 | if BUILD_FUZZERS |
| 10 | SUBDIRS += fuzz | 14 | SUBDIRS += fuzz |
| 11 | endif | 15 | endif |
