]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added readme about pakchois and removed checks
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 13 Apr 2011 18:00:20 +0000 (20:00 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 13 Apr 2011 18:01:53 +0000 (20:01 +0200)
for pakchois in Makefile.am.

lib/Makefile.am
lib/pakchois/README [new file with mode: 0644]

index 982ae6ea48d508293b02591aec4088c9807d17b3..cf9bf8ca697f96b3227645f669fdbae13cd6641a 100644 (file)
@@ -23,6 +23,7 @@
 
 ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4
 
+EXTRA_DIST = pakchois/README
 SUBDIRS = includes x509 accelerated
 if ENABLE_MINITASN1
 SUBDIRS += minitasn1
@@ -106,10 +107,8 @@ HFILES = abstract_int.h debug.h gnutls_compress.h gnutls_cipher.h  \
        ext_safe_renegotiation.h locks.h gnutls_mbuffers.h pkcs11_int.h \
        hash.h
 
-if ENABLE_LOCAL_PAKCHOIS
 COBJECTS+=pakchois/pakchois.c pakchois/errors.c pakchois/dlopen.c
 HFILES+=pakchois/pakchois.h pakchois/pakchois11.h pakchois/dlopen.h
-endif
 
 # Separate so we can create the documentation
 
@@ -141,8 +140,6 @@ else
 libgnutls_la_LDFLAGS += $(LTLIBTASN1)
 endif
 
-libgnutls_la_LDFLAGS += $(LTLIBPAKCHOIS)
-
 if ENABLE_NETTLE
 libgnutls_la_LDFLAGS += $(LTLIBNETTLE) $(NETTLE_LIBS)
 libgnutls_la_LIBADD += nettle/libcrypto.la
diff --git a/lib/pakchois/README b/lib/pakchois/README
new file mode 100644 (file)
index 0000000..1d582fd
--- /dev/null
@@ -0,0 +1,3 @@
+The pakchois library is not part of the GnuTLS library, but is used with
+GnuTLS. Pakchois was written by Joe Orton and is under the Lesser GPL license.
+