diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-11-09 17:37:38 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-11-09 17:37:38 +0000 |
commit | 162f347d313608bd6ea7148813c9fef99a0dee81 (patch) | |
tree | b0539e5ff1461912da2d94ab24719b5620d81dfd | |
parent | 6695cfc46050203ce1a4cc9bc0ab16285d8dc00f (diff) |
Add dbus-properties-mixin-internal.h to tarballs, fixing distchecktelepathy-glib-0.20.1
-rw-r--r-- | telepathy-glib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index ce60d7d0b..aece7bc8c 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -247,6 +247,7 @@ libtelepathy_glib_internal_la_SOURCES = \ dbus-daemon.c \ dbus-internal.h \ dbus-properties-mixin.c \ + dbus-properties-mixin-internal.h \ dbus-tube-channel.c \ debug.c \ debug-client.c \ |