diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 07:53:15 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 07:53:15 +0000 |
commit | 1cb941c67f5ef5f1b0862065bd9f76016df5aca3 (patch) | |
tree | 85b7428871c4a6415ba36d58e2a9cf74186d20a1 /Makefile.am | |
parent | 8ae4e506e71f952276c6b847fe741ebc7fb3a952 (diff) | |
download | gnutls-1cb941c67f5ef5f1b0862065bd9f76016df5aca3.tar.gz |
Fix src/lib/.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a55399a1d1..208c5a3d14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc SUBDIRS = lgl gl includes lib libextra src doc tests po -ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 +ACLOCAL_AMFLAGS = -I m4 -I gl/m4 -I lgl/m4 -I src/lib/m4 # Maintainer targets |