aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorVincent Torri <vincent.torri@gmail.com>2020-05-01 13:07:11 +0200
committerVincent Torri <vincent.torri@gmail.com>2020-05-01 13:07:11 +0200
commit65d07eece1daee6460bd2d4fcb85253ce9b05ea5 (patch)
tree8ae946cacd5b000a066d60f72bac747779d9dd9f /Makefile.am
parentceeb3bb4f423db4fc29704aa5a4c577f08103194 (diff)
downloadportable-65d07eece1daee6460bd2d4fcb85253ce9b05ea5.tar.gz
portable-65d07eece1daee6460bd2d4fcb85253ce9b05ea5.tar.bz2
portable-65d07eece1daee6460bd2d4fcb85253ce9b05ea5.zip
Add configure option to disable tests
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