aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2020-05-07 06:06:19 -0500
committerBrent Cook <busterb@gmail.com>2020-05-07 06:06:19 -0500
commit049c874d76e2579e5b36d9700423ef18b8200348 (patch)
tree84a8d6fd8ebbc6a8239115ac2af7cbcfde78db1f /Makefile.am
parent388676afe4b1a1155882dc5dd6c2cec221654e9e (diff)
parent1553d87c6cbdc01a1b3ae028492561af3ac2aa59 (diff)
downloadportable-049c874d76e2579e5b36d9700423ef18b8200348.tar.gz
portable-049c874d76e2579e5b36d9700423ef18b8200348.tar.bz2
portable-049c874d76e2579e5b36d9700423ef18b8200348.zip
Land #585, add option to disable tests to autoconf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1cf0fc6..6499f07 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,7 @@
1SUBDIRS = crypto ssl tls include apps tests man 1SUBDIRS = crypto ssl tls include apps man
2if ENABLE_TESTS
3SUBDIRS += tests
4endif
2ACLOCAL_AMFLAGS = -I m4 5ACLOCAL_AMFLAGS = -I m4
3 6
4pkgconfigdir = $(libdir)/pkgconfig 7pkgconfigdir = $(libdir)/pkgconfig