From c14849987d893999c03f165b49257e108d07bad3 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 9 Jun 2020 18:19:07 +0200 Subject: Unfold automake variables into multiple lines for maintainability --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a46e047..b9a1a52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,11 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libcnary src include tools test docs + if HAVE_CYTHON SUBDIRS += cython endif + if BUILD_FUZZERS SUBDIRS += fuzz endif -- cgit v1.1-32-gdbae