diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-10-28 11:54:43 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-10-28 11:54:43 +0000 |
commit | a4e73cade45c4dc4b01b7c3f46de02f27fb737ad (patch) | |
tree | 6b926dd1213208181263871413bec4ec46ba363b | |
parent | c96acc7c200535711be30eaa49d9e51a7753da62 (diff) | |
download | gnutls-a4e73cade45c4dc4b01b7c3f46de02f27fb737ad.tar.gz |
Don't include openpgp stuff in api manual.
-rw-r--r-- | libextra/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |