From 054578a2d842f53a061c0a6ddaf6bfc849be0738 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 20 Apr 2017 12:38:09 +0200 Subject: autofoo: Ensure that 'make distcheck' doesn't fail when cython is not installed --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8ac4acf..670e7a5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libcnary src include tools $(CYTHON_SUB) test +SUBDIRS = libcnary src include tools test +if HAVE_CYTHON +SUBDIRS += cython +endif docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/include/plist/*.h rm -rf docs -- cgit v1.1-32-gdbae