blob: d80f8a6ebe54d5cb78eee890fd01f49e2ced678a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = libcnary src include tools test docs
+SUBDIRS = libcnary src include
if HAVE_CYTHON
SUBDIRS += cython
|