From: Simon Josefsson Date: Fri, 28 Oct 2005 11:54:43 +0000 (+0000) Subject: Don't include openpgp stuff in api manual. X-Git-Tag: gnutls_1_2_9~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4e73cade45c4dc4b01b7c3f46de02f27fb737ad;p=thirdparty%2Fgnutls.git Don't include openpgp stuff in api manual. --- diff --git a/libextra/Makefile.am b/libextra/Makefile.am index e570665368..e7c4b20c8c 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -84,7 +84,7 @@ endif libgnutls_extra_la_LIBADD = libgnutls_extra_la_LDFLAGS = if ENABLE_OPENPGP -COBJECTS += gnutls_openpgp.c +libgnutls_extra_la_SOURCES += gnutls_openpgp.c libgnutls_extra_la_LIBADD += openpgp/libgnutls_openpgp.la if ENABLE_INCLUDED_OPENCDK libgnutls_extra_la_LIBADD += opencdk/libminiopencdk.la