diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-01-11 10:41:34 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-01-11 10:41:34 +0000 |
commit | 80aca5de25d825001f7db76de49805bff2f1d26b (patch) | |
tree | 21895d1cb6072659867312175dfae34432ea6139 /Makefile.am | |
parent | 2499bd10b65595c007a7ce440a199806147702ce (diff) | |
download | gnutls-80aca5de25d825001f7db76de49805bff2f1d26b.tar.gz |
Reorder lgl/ and gl/, to make sure lgl is built before gl.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 9f5d265d0e..19962dbb5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software +# Foundation # # Author: Nikos Mavroyanopoulos # @@ -21,7 +22,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl lgl includes lib libextra src doc tests po +SUBDIRS = lgl gl includes lib libextra src doc tests po ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 |