summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-09-17 11:13:39 +0200
committerSimon Josefsson <simon@josefsson.org>2007-09-17 11:13:39 +0200
commit344057de0fbf1cbc55dbd74cc23c78ebd2609cfc (patch)
treeb98999747388267f3a451f49bc876ffbc2fe4c05 /configure.in
parent6d3a3222640ce3b5e4daa67a4624a507445de334 (diff)
downloadgnutls-344057de0fbf1cbc55dbd74cc23c78ebd2609cfc.tar.gz
Fix.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index dcdb4efc13..06614794b8 100644
--- a/configure.in
+++ b/configure.in
@@ -702,8 +702,8 @@ AC_CONFIG_COMMANDS([chmod-config],[[
AC_CONFIG_FILES([Makefile po/Makefile.in \
doc/Makefile doc/examples/Makefile doc/scripts/Makefile \
doc/manpages/Makefile doc/reference/Makefile \
- doc/credentials/x509/Makefile doc/credentials/srp/Makefile \
- doc/credentials/openpgp/Makefile \
+ doc/credentials/Makefile doc/credentials/x509/Makefile \
+ doc/credentials/srp/Makefile doc/credentials/openpgp/Makefile \
gl/Makefile lgl/Makefile \
tests/Makefile tests/rsa-md5-collision/Makefile tests/userid/Makefile \
tests/pkcs1-padding/Makefile tests/pkcs8-decode/Makefile \