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 /libempathy-gtk | |
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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 \ |