diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2020-05-01 13:07:11 +0200 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2020-05-01 13:07:11 +0200 |
commit | 65d07eece1daee6460bd2d4fcb85253ce9b05ea5 (patch) | |
tree | 8ae946cacd5b000a066d60f72bac747779d9dd9f /Makefile.am | |
parent | ceeb3bb4f423db4fc29704aa5a4c577f08103194 (diff) | |
download | portable-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.am | 5 |
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 @@ | |||
1 | SUBDIRS = crypto ssl tls include apps tests man | 1 | SUBDIRS = crypto ssl tls include apps man |
2 | if ENABLE_TESTS | ||
3 | SUBDIRS += tests | ||
4 | endif | ||
2 | ACLOCAL_AMFLAGS = -I m4 | 5 | ACLOCAL_AMFLAGS = -I m4 |
3 | 6 | ||
4 | pkgconfigdir = $(libdir)/pkgconfig | 7 | pkgconfigdir = $(libdir)/pkgconfig |