diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-09 01:30:40 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-05-09 01:30:40 +0800 |
commit | 64030b865ce54a5e2442e98a4724b8f2099d2809 (patch) | |
tree | 2784f531dd981623eabaeb53787951e009579d39 /src/Makefile.am | |
parent | 5567b074722bf1243a52086d34a80e04c2e11867 (diff) | |
download | gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.gz gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.bz2 gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.lz gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.xz gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.tar.zst gsoc2013-empathy-64030b865ce54a5e2442e98a4724b8f2099d2809.zip |
Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk parts are now in EmpathyStatusIcon
svn path=/trunk/; revision=1093
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f82bac38e..dc87087ec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,7 +31,6 @@ empathy_SOURCES = \ empathy-main-window.c empathy-main-window.h \ empathy-preferences.c empathy-preferences.h \ empathy-call-window.c empathy-call-window.h \ - empathy-filter.c empathy-filter.h \ ephy-spinner.c ephy-spinner.h empathy_accounts_SOURCES = empathy-accounts.c |