diff options
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 2c87b43f4..009db7335 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -13,7 +13,7 @@ libempathy_gtk_la_SOURCES = \ empathy-main-window.c empathy-main-window.h \ empathy-status-icon.c empathy-status-icon.h \ empathy-contact-widget.c empathy-contact-widget.h \ - empathy-contact-dialogs.c empathy-contact-dialogs.c \ + empathy-contact-dialogs.c empathy-contact-dialogs.h \ gossip-accounts-dialog.c gossip-accounts-dialog.h \ gossip-account-widget-generic.c gossip-account-widget-generic.h \ gossip-account-widget-jabber.c gossip-account-widget-jabber.h \ diff --git a/po/POTFILES.in b/po/POTFILES.in index abc076575..890a741a4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -10,14 +10,14 @@ libempathy/empathy-idle.c libempathy/gossip-contact.c libempathy/gossip-presence.c +libempathy-gtk/empathy-contact-dialogs.c +libempathy-gtk/empathy-contact-dialogs.glade libempathy-gtk/empathy-contact-widget.c libempathy-gtk/empathy-contact-widget.glade libempathy-gtk/empathy-main-window.c libempathy-gtk/empathy-main-window.glade libempathy-gtk/empathy-status-icon.c libempathy-gtk/empathy-status-icon.glade -libempathy-gtk/empathy-subscription-dialog.c -libempathy-gtk/empathy-subscription-dialog.glade libempathy-gtk/gossip-about-dialog.c libempathy-gtk/gossip-account-chooser.c libempathy-gtk/gossip-accounts-dialog.c |