summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-20 12:01:42 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-05-20 12:01:42 +0000
commita60cb2f23dd318d1a275f6603eaa881b8eb81c80 (patch)
tree62eec811f1b844d343610a7b1da6a2c8e524e749
parent20413c8a84e47c719a3874aa1c6eca52adba46a5 (diff)
downloadgnutls-a60cb2f23dd318d1a275f6603eaa881b8eb81c80.tar.gz
*** empty log message ***
-rw-r--r--Makefile.am2
-rw-r--r--README4
-rw-r--r--configure.in6
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index ed4277016c..d54cced436 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = ChangeLog NEWS INSTALL README THANKS COPYING PGPKEYS
-SUBDIRS = lib src doc
+SUBDIRS = lib libextra src doc
ChangeLog:
cvs2cl --utc -U .cvsusers --fsf -t -S --prune
diff --git a/README b/README
index 8db97bb2d3..5d2f03011c 100644
--- a/README
+++ b/README
@@ -27,8 +27,8 @@ our help, since they refuse to share with us). For more explanation,
see http://www.gnu.org/philosophy/why-not-lgpl.html.
The GNU Lesser GPL license applies to the main gnutls library, while the
-gnutls-extra library is under the GPL.
-
+gnutls-extra library is under the GPL. The gnutls library is found in
+the lib/ directory, while the gnutls-extra library is found at libextra/.
****************************
diff --git a/configure.in b/configure.in
index dae7e0582d..adbeda8bfa 100644
--- a/configure.in
+++ b/configure.in
@@ -331,9 +331,9 @@ AC_CONFIG_COMMANDS([lib/gnutls.h],[[
chmod +x lib/libgnutls-config
]],[[]])
-AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile lib/libgnutls-config \
-doc/Makefile src/x509/Makefile src/srp/Makefile doc/tex/Makefile \
-doc/tex/cover.tex doc/scripts/Makefile src/openpgp/Makefile])
+AC_CONFIG_FILES([Makefile src/Makefile libextra/Makefile lib/Makefile \
+lib/libgnutls-config doc/Makefile src/x509/Makefile src/srp/Makefile \
+doc/tex/Makefile doc/tex/cover.tex doc/scripts/Makefile src/openpgp/Makefile])
AC_OUTPUT