diff options
author | Martin Szulecki | 2020-06-09 18:19:07 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-09 18:19:07 +0200 |
commit | c14849987d893999c03f165b49257e108d07bad3 (patch) | |
tree | e9e8769873b113494958b669700ce107b132a644 /Makefile.am | |
parent | 65a7ffbfb124c2a0acf94b5e88911d6bf95d6009 (diff) | |
download | libplist-c14849987d893999c03f165b49257e108d07bad3.tar.gz libplist-c14849987d893999c03f165b49257e108d07bad3.tar.bz2 |
Unfold automake variables into multiple lines for maintainability
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 @@ 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 |