diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-09 10:21:41 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-09 10:21:41 +0200 |
commit | c6cecd96f3827af13484aa432d127a0e32f270ac (patch) | |
tree | f0f160b551fabccb29280ce4a025b28aa4f35f66 /docs | |
parent | 5100f4c4f1109bcc5a58e2ed5b368f557701a365 (diff) |
refactoring: Move internal functions to uninstalled headers.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index 85a537c..737254d 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -56,6 +56,7 @@ EXTRA_HFILES= # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h IGNORE_HFILES= \ empathy-tp-file.h \ + yts-contact-internal.h \ yts-enum-types.h \ yts-marshal.h \ yts-private.h \ @@ -63,6 +64,8 @@ IGNORE_HFILES= \ yts-profile-proxy.h \ yts-profile-adapter.h \ yts-profile-impl.h \ + yts-proxy-internal.h \ + yts-proxy-service-internal.h \ yts-vp-playable-proxy.h \ yts-vp-player-adapter.h \ yts-vp-player-proxy.h \ |