aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-04-25 01:13:12 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-04-25 01:13:12 +0800
commit6a88758d2a6ae1dde148e8bf9ecb63914bddf754 (patch)
tree1d12f5072f92441120d059257ff2367fe84cd36b /libempathy-gtk/Makefile.am
parent49aa01ed616a75f2c9ebb7636c3da6386cd85104 (diff)
downloadgsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.tar
gsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.tar.gz
gsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.tar.bz2
gsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.tar.lz
gsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.tar.xz
gsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.tar.zst
gsoc2013-empathy-6a88758d2a6ae1dde148e8bf9ecb63914bddf754.zip
Move contact menu code to its own module.
svn path=/trunk/; revision=1040
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 30dfce43f..225c25ec0 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -47,6 +47,7 @@ libempathy_gtk_la_SOURCES = \
empathy-smiley-manager.c \
empathy-cell-renderer-text.c \
empathy-spell.c \
+ empathy-contact-menu.c \
totem-subtitle-encoding.c totem-subtitle-encoding.h
# do not distribute generated files
@@ -94,7 +95,8 @@ libempathy_gtk_headers = \
empathy-geometry.h \
empathy-smiley-manager.h \
empathy-cell-renderer-text.h \
- empathy-spell.h
+ empathy-spell.h \
+ empathy-contact-menu.h
libempathy_gtk_includedir = $(includedir)/libempathy-gtk/
libempathy_gtk_include_HEADERS = \