diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-10-30 15:27:02 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-10-30 15:27:02 +0100 |
commit | 94206092ba19455c1c0bab71e14af47228e83271 (patch) | |
tree | 39d2b8db7d75fcea028640bb80b5e5b3273365c8 /Makefile.am | |
parent | dc1fdd6bbbb82d4f3090822de709ed248eadbb61 (diff) | |
download | gnutls-94206092ba19455c1c0bab71e14af47228e83271.tar.gz |
Start configure split.
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 0b80e35aee..666c01268c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,12 +22,12 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc -SUBDIRS = lgl gl includes lib libextra src doc tests po +SUBDIRS = gl includes lib libextra src doc tests po if HAVE_GUILE SUBDIRS += guile endif -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 -I libextra/gl/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I libextra/gl/m4 EXTRA_DIST = cfg.mk maint.mk .clcopying |