diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 18:17:33 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 18:17:33 +0100 |
commit | c7d776fa5c08a7c74f2b84f78e2817edb73e3d1b (patch) | |
tree | 5000e38f446df16907780b9f791cc40dcd3a2ec6 /Makefile.am | |
parent | 9b7e493cda85c4c59da07a7c91408cfcb5e8724f (diff) | |
download | gnutls-c7d776fa5c08a7c74f2b84f78e2817edb73e3d1b.tar.gz |
More splitting updates.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a137c9b3a9..69f0c0dae3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,12 +22,12 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = gl includes lib libextra src doc tests po +SUBDIRS = gl includes lib libextra src doc tests if HAVE_GUILE SUBDIRS += guile endif -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lib/m4 -I libextra/m4 EXTRA_DIST = cfg.mk maint.mk .clcopying |