From 64030b865ce54a5e2442e98a4724b8f2099d2809 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 8 May 2008 17:30:40 +0000 Subject: Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093 --- libempathy/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 16696b432..0db883d3d 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -41,7 +41,8 @@ libempathy_la_SOURCES = \ empathy-irc-network-manager.c \ empathy-irc-network.c \ empathy-irc-server.c \ - empathy-tube-handler.c + empathy-tube-handler.c \ + empathy-dispatcher.c # do not distribute generated files nodist_libempathy_la_SOURCES =\ @@ -81,7 +82,8 @@ libempathy_headers = \ empathy-irc-network-manager.h \ empathy-irc-network.h \ empathy-irc-server.h \ - empathy-tube-handler.h + empathy-tube-handler.h \ + empathy-dispatcher.h libempathy_includedir = $(includedir)/libempathy/ libempathy_include_HEADERS = \ -- cgit v1.2.3