summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-17 19:50:27 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-21 01:06:45 +0100
commitf8dabd58879c541f8dad387a97023e54ec7ce40b (patch)
treebe98cc68cb6fc89a2046baa7bc93c62c9b16a79c /Makefile.am
parent101eadd5626a34d32f79bbdb5f45b7cb86bb7671 (diff)
downloadgnutls-f8dabd58879c541f8dad387a97023e54ec7ce40b.tar.gz
gnutls-cli, gnutls-cli-debug and srptool use libopts.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7af1557568..d63830d82a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,13 @@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-valgrind-tests
-SUBDIRS = gl lib extra po src doc tests
+SUBDIRS = gl lib extra po
+
+if NEED_LIBOPTS
+SUBDIRS += libopts
+endif
+
+SUBDIRS += src doc tests
if HAVE_GUILE
SUBDIRS += guile