summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-07 10:19:26 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-07 10:19:26 +0100
commitb2018a523505279ad822f3b09c3473b5459269ab (patch)
tree5deace6531bac95e407b7b3a9597e0319605f1ec /Makefile.am
parentf15b9d5e798841f77c2e31ee8aa99842b9cc7773 (diff)
downloadgnutls-b2018a523505279ad822f3b09c3473b5459269ab.tar.gz
Added configure option to disable the build of tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e95f3e73ad..e42447e44f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,9 @@ SUBDIRS += po src
if ENABLE_DOC
SUBDIRS += doc
endif
+if ENABLE_TESTS
SUBDIRS += tests
+endif
if HAVE_GUILE
SUBDIRS += guile