diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-01-31 13:10:23 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-01-31 13:10:23 +0100 |
commit | 3fa4b138a6f59bb890f2bc7dc87a5af34b798d95 (patch) | |
tree | 0c98dd2fb5d41276a9acf3f724b41d2e7de1db06 /doc/reference | |
parent | e163b2090bb0409f9b1bef68bc7f1b9b0aba2647 (diff) | |
download | libtasn1-3fa4b138a6f59bb890f2bc7dc87a5af34b798d95.tar.gz libtasn1-3fa4b138a6f59bb890f2bc7dc87a5af34b798d95.tar.bz2 libtasn1-3fa4b138a6f59bb890f2bc7dc87a5af34b798d95.zip |
Merge defines.h into int.h.
Diffstat (limited to 'doc/reference')
-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 3e91e84..69f26b2 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -43,7 +43,7 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=defines.h errors.h int.h parser_aux.h structure.h \ +IGNORE_HFILES=errors.h int.h parser_aux.h structure.h \ element.h gstr.h mem.h config.h # Images to copy into HTML directory. |