diff options
Diffstat (limited to 'telepathy-glib/Makefile.am')
-rw-r--r-- | telepathy-glib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am index ed02e5ed0..0a0a459de 100644 --- a/telepathy-glib/Makefile.am +++ b/telepathy-glib/Makefile.am @@ -102,6 +102,7 @@ tpginclude_HEADERS = \ media-interfaces.h \ connection.h \ connection-manager.h \ + contacts-mixin.h \ dbus.h \ dbus-properties-mixin.h \ defs.h \ @@ -204,6 +205,7 @@ libtelepathy_glib_internal_la_SOURCES = \ channel-internal.h \ connection.c \ connection-manager.c \ + contacts-mixin.c \ dbus.c \ dbus-internal.h \ dbus-properties-mixin.c \ |