diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-02 22:27:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-02 22:27:59 +0800 |
commit | 02fc345b94f6fa5d4a87ec2917e5fe846f9e755d (patch) | |
tree | b6c15e5516f2cafb182041ccdcbcefdbfd6a6bd0 | |
parent | 1a6f06d4863f61b652f91f703b491bb6663d1c7a (diff) | |
download | gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.tar gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.tar.gz gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.tar.bz2 gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.tar.lz gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.tar.xz gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.tar.zst gsoc2013-empathy-02fc345b94f6fa5d4a87ec2917e5fe846f9e755d.zip |
[darcs-to-svn @ distcheck now works]
svn path=/trunk/; revision=26
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 161167337..87b6c62e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = po profiles pixmaps libempathy libempathy-gtk launcher accounts contact-list chat src +SUBDIRS = po profiles pixmaps libempathy libempathy-gtk accounts contact-list chat src DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper diff --git a/configure.ac b/configure.ac index 708b14b28..e750859b1 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,6 @@ AC_OUTPUT([ pixmaps/Makefile libempathy/Makefile libempathy-gtk/Makefile - launcher/Makefile accounts/Makefile contact-list/Makefile chat/Makefile diff --git a/po/POTFILES.in b/po/POTFILES.in index 3b7c299a4..002b21e7b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,8 +6,8 @@ libempathy/gossip-contact.c libempathy/gossip-presence.c libempathy-gtk/empathy.schemas.in -libempathy-gtk/empathy-chat.glade -libempathy-gtk/empathy-accounts.glade +libempathy-gtk/gossip-chat.glade +libempathy-gtk/gossip-accounts-dialog.glade libempathy-gtk/gossip-accounts-dialog.c libempathy-gtk/gossip-account-widget-generic.c libempathy-gtk/gossip-chat.c |