diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2012-01-26 10:14:32 +0100 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2012-01-26 10:14:32 +0100 |
commit | c2da9295c94e1c868fc7e49bfa2774b548b286d8 (patch) | |
tree | 1ed979495bda665e0c145d022f454ca7f866bc88 /docs | |
parent | b004f03c6500e39021cee38f327507bb40af03c3 (diff) |
docs: fix build by skipping the internal yts-client-status.h
Gtk-doc expects all non-skipped header files to be public API, this
assumption breaks with ytstenuts explicit list of exported symbols.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index a2847a0..bcc378d 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -55,8 +55,8 @@ IGNORE_HFILES = \ empathy-tp-file.h \ yts-adapter-factory.h \ yts-capability-status.h \ - yts-caps.h \ yts-client-internal.h \ + yts-client-status.h \ yts-contact-impl.h \ yts-contact-internal.h \ yts-error-message.h \ |