summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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 @@
1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = libcnary src include tools test docs 3SUBDIRS = libcnary src include tools test docs
4
4if HAVE_CYTHON 5if HAVE_CYTHON
5SUBDIRS += cython 6SUBDIRS += cython
6endif 7endif
8
7if BUILD_FUZZERS 9if BUILD_FUZZERS
8SUBDIRS += fuzz 10SUBDIRS += fuzz
9endif 11endif