diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:23:16 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:23:16 +0800 |
commit | e7d0410043afbe679e5f530a09e7513002faba50 (patch) | |
tree | 81fc199ba1fa0cd42c63fc6ec696d61b2b12cf8e /libempathy-gtk/Makefile.am | |
parent | abb968c6cdc50023b248b328a403444e644619bc (diff) | |
download | gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.tar gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.tar.gz gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.tar.bz2 gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.tar.lz gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.tar.xz gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.tar.zst gsoc2013-empathy-e7d0410043afbe679e5f530a09e7513002faba50.zip |
Move the ft manager to src/ other programs do not need it.
svn path=/trunk/; revision=1884
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 1892b5689..17cfa4dc6 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -33,7 +33,6 @@ 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 \ @@ -81,7 +80,6 @@ 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 \ @@ -121,8 +119,7 @@ glade_DATA = \ empathy-spell-dialog.glade \ empathy-log-window.glade \ empathy-chat.glade \ - empathy-new-message-dialog.glade \ - empathy-ft-manager.glade + empathy-new-message-dialog.glade empathy-gtk-marshal.list: $(libempathy_gtk_la_SOURCES) Makefile.am ( cd $(srcdir) && \ |