diff options
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 17cfa4dc6..1892b5689 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -33,6 +33,7 @@ libempathy_gtk_la_SOURCES = \ empathy-contact-list-view.c \ empathy-contact-menu.c \ empathy-contact-widget.c \ + empathy-ft-manager.c \ empathy-geometry.c \ empathy-irc-network-dialog.c \ empathy-log-window.c \ @@ -80,6 +81,7 @@ libempathy_gtk_headers = \ empathy-contact-list-view.h \ empathy-contact-menu.h \ empathy-contact-widget.h \ + empathy-ft-manager.h \ empathy-geometry.h \ empathy-images.h \ empathy-irc-network-dialog.h \ @@ -119,7 +121,8 @@ glade_DATA = \ empathy-spell-dialog.glade \ empathy-log-window.glade \ empathy-chat.glade \ - empathy-new-message-dialog.glade + empathy-new-message-dialog.glade \ + empathy-ft-manager.glade empathy-gtk-marshal.list: $(libempathy_gtk_la_SOURCES) Makefile.am ( cd $(srcdir) && \ |