diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-10-25 11:30:57 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-10-25 11:30:57 +0200 |
commit | cea3ced2805c0ee57980e7782c9ffd96823de8ee (patch) | |
tree | e999ae3fae1e5637e6f3936d6e1a5e91c3b1b6b6 /Makefile.am | |
parent | ddd72c9dd268f7cf82d1de3880c5214087f58a46 (diff) | |
download | gnutls-cea3ced2805c0ee57980e7782c9ffd96823de8ee.tar.gz |
Reorder and simplify.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index da5b5d1cae..f1d1b4df43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,14 +22,12 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = lgl gl includes lib libextra src +SUBDIRS = lgl gl includes lib libextra src doc tests po if HAVE_GUILE SUBDIRS += guile endif -SUBDIRS += doc tests po - ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 # Maintainer targets |