aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-05-09 01:30:40 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-05-09 01:30:40 +0800
commit64030b865ce54a5e2442e98a4724b8f2099d2809 (patch)
tree2784f531dd981623eabaeb53787951e009579d39 /libempathy/Makefile.am
parent5567b074722bf1243a52086d34a80e04c2e11867 (diff)
downloadgsoc2013-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 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 = \