diff options
author | Simon Josefsson <jas@mocca.josefsson.org> | 2007-06-01 16:16:00 +0200 |
---|---|---|
committer | Simon Josefsson <jas@mocca.josefsson.org> | 2007-06-01 16:16:00 +0200 |
commit | 2e2ea0e16216d54de6a46a492a3a253118e6a207 (patch) | |
tree | 119c3e7401e04645eb363ad6cc73bdbab5e9b2ac | |
parent | 902a946a5ee534326a46c19ceb923b002c9c71c6 (diff) | |
download | gnutls-2e2ea0e16216d54de6a46a492a3a253118e6a207.tar.gz |
Need to build doc/ after guile/.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dab1cd5418..470cdce9f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,12 +22,14 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-guile-site-dir -SUBDIRS = lgl gl includes lib libextra src doc tests po +SUBDIRS = lgl gl includes lib libextra src if HAVE_GUILE SUBDIRS += guile endif +SUBDIRS += doc tests po + ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 # Maintainer targets |