diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-12 16:36:26 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-12 16:36:26 +0100 |
commit | 9dbe8c904e61e59944ec4b9ecbe0ca9e34089561 (patch) | |
tree | 9b6e3e87b2e69c6fbe712a51308c2100391b888d /Makefile.am | |
parent | 326260875c86a480133ee80c08ff287e134bf4e6 (diff) | |
download | gnutls-9dbe8c904e61e59944ec4b9ecbe0ca9e34089561.tar.gz |
Build gl/ later.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b2d80f1d19..e2256c315d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl lib libextra src doc tests +SUBDIRS = lib libextra gl src doc tests if HAVE_GUILE SUBDIRS += guile |