aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/Makefile.am
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-03 21:45:45 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-02-10 17:46:26 +0800
commitcc91c3f32b15f6a8f1a0d38b8878f27fca412647 (patch)
treea30c9e119c90dfe588e52a37e42019bdcc3f8e12 /libempathy/Makefile.am
parent2766ed3e19cc8032eedef5cf5cb6ab302a57f63a (diff)
downloadgsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.gz
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.bz2
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.lz
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.xz
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.tar.zst
gsoc2013-empathy-cc91c3f32b15f6a8f1a0d38b8878f27fca412647.zip
EmpathyCallHandler -> EmpathyStreamedMediaHandler
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r--libempathy/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index 9df0d4bf9..28d1c4c43 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -28,7 +28,6 @@ libempathy_headers = \
empathy-account-settings.h \
empathy-auth-factory.h \
empathy-call-factory.h \
- empathy-call-handler.h \
empathy-chatroom-manager.h \
empathy-chatroom.h \
empathy-connection-managers.h \
@@ -53,6 +52,7 @@ libempathy_headers = \
empathy-server-sasl-handler.h \
empathy-server-tls-handler.h \
empathy-status-presets.h \
+ empathy-streamed-media-handler.h \
empathy-time.h \
empathy-tls-certificate.h \
empathy-tls-verifier.h \
@@ -70,7 +70,6 @@ libempathy_la_SOURCES = \
empathy-account-settings.c \
empathy-auth-factory.c \
empathy-call-factory.c \
- empathy-call-handler.c \
empathy-chatroom-manager.c \
empathy-chatroom.c \
empathy-connection-managers.c \
@@ -93,6 +92,7 @@ libempathy_la_SOURCES = \
empathy-server-sasl-handler.c \
empathy-server-tls-handler.c \
empathy-status-presets.c \
+ empathy-streamed-media-handler.c \
empathy-time.c \
empathy-tls-certificate.c \
empathy-tls-verifier.c \