diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-17 14:11:38 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-17 14:11:38 +0200 |
commit | 6f9e0c1090189e9e39e1820f2e2bda5de5f5d078 (patch) | |
tree | 1b2b7521f6dbcf96d655e935eba883bf45fcf033 /doc | |
parent | df116753a613a9e8d3ef5ca431a6d51d7d5cdbc4 (diff) | |
download | gnutls-6f9e0c1090189e9e39e1820f2e2bda5de5f5d078.tar.gz |
Merge defines.h into gnutls_int.h.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index e928be078e..f42ed1fce2 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -51,7 +51,7 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c \ # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=debug.h gnutls_compress.h defines.h gnutls_cipher.h \ +IGNORE_HFILES=debug.h gnutls_compress.h gnutls_cipher.h \ gnutls_buffers.h gnutls_errors.h gnutls_int.h \ gnutls_handshake.h gnutls_num.h gnutls_algorithms.h \ gnutls_dh.h gnutls_kx.h gnutls_hash_int.h gnutls_cipher_int.h \ |