summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Staudinger <robsta@linux.intel.com>2012-01-26 10:14:32 +0100
committerRob Staudinger <robsta@linux.intel.com>2012-01-26 10:14:32 +0100
commitc2da9295c94e1c868fc7e49bfa2774b548b286d8 (patch)
tree1ed979495bda665e0c145d022f454ca7f866bc88 /docs
parentb004f03c6500e39021cee38f327507bb40af03c3 (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.am2
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 \