]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected subdirs for libopts
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 10 Feb 2012 12:42:37 +0000 (13:42 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 10 Feb 2012 12:42:37 +0000 (13:42 +0100)
Makefile.am
src/Makefile.am

index 4fdae7178ee9f872ceec65da1f499669fa017d8e..6be58fed55f98d15113a1db1c7d07e28ad7fa1a9 100644 (file)
@@ -23,10 +23,6 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-valgrind-tests
 
 SUBDIRS = gl lib extra po
 
-if NEED_LIBOPTS
-SUBDIRS += $(LIBOPTS_DIR)
-endif
-
 SUBDIRS += src doc tests
 
 if HAVE_GUILE
index 90ba6c0e8f11837e260e3e7888ec8153c4467619..33f3ff358853b67cdb3d1b2de3bae1c0f1ae8933 100644 (file)
 # along with this file; if not, write to the Free Software Foundation,
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
+SUBDIRS =
+
 if ENABLE_CRYWRAP
-SUBDIRS = crywrap
+SUBDIRS += crywrap
+endif
+
+if NEED_LIBOPTS
+SUBDIRS += libopts
 endif
 
 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)