aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/Makefile.am
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-23 01:15:11 +0800
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-02-24 01:12:56 +0800
commit10edf350020350475ece049d9c8fd969f70cf5c5 (patch)
treeecca3e375cc99d9f64ac24e972eb421b8bc09c6a /libempathy-gtk/Makefile.am
parentb768818115dbc3a0b570500a74bc9c8ded62eea5 (diff)
downloadgsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.gz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.bz2
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.lz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.xz
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.tar.zst
gsoc2013-empathy-10edf350020350475ece049d9c8fd969f70cf5c5.zip
Move empathy_call_* util functions to libempathy-gtk
Since we want to pop up a dialog when starting a call fails.
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r--libempathy-gtk/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 058ca8569..390d37cbb 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -38,6 +38,7 @@ libempathy_gtk_handwritten_source = \
empathy-account-widget.c \
empathy-avatar-chooser.c \
empathy-avatar-image.c \
+ empathy-call-utils.c \
empathy-cell-renderer-activatable.c \
empathy-cell-renderer-expander.c \
empathy-cell-renderer-text.c \
@@ -98,6 +99,7 @@ libempathy_gtk_headers = \
empathy-account-widget.h \
empathy-avatar-chooser.h \
empathy-avatar-image.h \
+ empathy-call-utils.h \
empathy-cell-renderer-activatable.h \
empathy-cell-renderer-expander.h \
empathy-cell-renderer-text.h \