diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-09 21:30:31 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-06-09 21:30:31 +0800 |
commit | 48361c5bdb036aa6b6a6865cc4a3b145941e91ea (patch) | |
tree | 9d50b93778e5a177916e71f49f4ca23b37e9514b | |
parent | a92f2337b2bd3df708180038b1a2282ba5352374 (diff) | |
download | gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.tar gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.tar.gz gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.tar.bz2 gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.tar.lz gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.tar.xz gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.tar.zst gsoc2013-empathy-48361c5bdb036aa6b6a6865cc4a3b145941e91ea.zip |
Make it distcheck
svn path=/trunk/; revision=136
-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 |