diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-10-24 18:15:36 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-10-24 18:15:36 +0000 |
commit | 0e3f11b851494b3b4092b7d4bb96cbc6a9db84fa (patch) | |
tree | 615c0074009b64503ea30b13ef53d2c7ae326baa /doc/reference | |
parent | 6f583f2329ac0d34fe072cab2b21bb49de12484a (diff) | |
download | gnutls-0e3f11b851494b3b4092b7d4bb96cbc6a9db84fa.tar.gz |
Fix.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 6c9136e88c..9778930404 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -64,7 +64,8 @@ IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ gnutls_extra.h lzoconf.h minilzo.h openssl_compat.h \ gnutls_openpgp.h openpgp.h \ der.h errors.h errors_int.h gstr.h int.h structure.h cipher.h \ - context.h filters.h main.h md.h packet.h stream.h types.h + context.h filters.h main.h md.h packet.h stream.h types.h \ + opencdk.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png |