diff options
author | Rob Staudinger <robsta@linux.intel.com> | 2011-09-23 16:55:31 +0200 |
---|---|---|
committer | Rob Staudinger <robsta@linux.intel.com> | 2011-09-23 16:55:31 +0200 |
commit | 6ae35f8a217bce7b77160fcd955d31ee011df646 (patch) | |
tree | ee24b62df9632c069eb256c5352b04618df1adc4 | |
parent | 52d37756bea3dbf0a5871a13c072382b68d90aea (diff) |
build: Fix 'make dist'.
-rw-r--r-- | ytstenut/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ytstenut/Makefile.am b/ytstenut/Makefile.am index d8e0199..683aad1 100644 --- a/ytstenut/Makefile.am +++ b/ytstenut/Makefile.am @@ -97,6 +97,7 @@ private_h = \ $(srcdir)/yts-proxy-service-internal.h \ $(srcdir)/yts-roster-internal.h \ $(srcdir)/yts-service-factory.h \ + $(srcdir)/yts-service-internal.h \ \ $(srcdir)/yts-capability-status.h \ $(srcdir)/yts-caps.h \ @@ -112,7 +113,6 @@ private_h = \ $(srcdir)/profile/yts-profile-impl.h \ $(srcdir)/profile/yts-profile-proxy.h \ $(srcdir)/profile/yts-profile-adapter.h \ - $(srcdir)/profile/yts-service-internal.h \ \ $(srcdir)/video-profile/yts-vp-playable-proxy.h \ $(srcdir)/video-profile/yts-vp-player-adapter.h \ |