diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-17 19:50:27 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-21 01:06:45 +0100 |
commit | f8dabd58879c541f8dad387a97023e54ec7ce40b (patch) | |
tree | be98cc68cb6fc89a2046baa7bc93c62c9b16a79c /Makefile.am | |
parent | 101eadd5626a34d32f79bbdb5f45b7cb86bb7671 (diff) | |
download | gnutls-f8dabd58879c541f8dad387a97023e54ec7ce40b.tar.gz |
gnutls-cli, gnutls-cli-debug and srptool use libopts.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
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 |