diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-14 14:37:26 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-14 14:37:26 +0200 |
commit | 543c67940db0c20707532f61bcb5aa44105116ef (patch) | |
tree | 47ed788753def596005a5118804265eb5a3e809e /docs | |
parent | 7f8c145666029b6196c1b3d479853836f797cc83 (diff) |
factory: Implement service-factory and use it in the roster.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ytstenut/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index aabf3a4..4038270 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -72,6 +72,8 @@ IGNORE_HFILES = \ yts-proxy-internal.h \ yts-proxy-service-internal.h \ yts-roster-internal.h \ + yts-service-factory.h \ + yts-service-internal.h \ yts-vp-playable-proxy.h \ yts-vp-player-adapter.h \ yts-vp-player-proxy.h \ |