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-03 23:00:33 +0800
commit734d2d4314edc2302dc8e1edb74dc58d6d16d908 (patch)
treee9ab3dc7f766c4a7d3bad95e8e23971dc50f576c /libempathy/Makefile.am
parentd8d937bd964bda813cc2b33389f464d1dfbcb95f (diff)
downloadgsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.tar
gsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.tar.gz
gsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.tar.bz2
gsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.tar.lz
gsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.tar.xz
gsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.tar.zst
gsoc2013-empathy-734d2d4314edc2302dc8e1edb74dc58d6d16d908.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 497d8d99b..025515604 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -29,7 +29,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 \
@@ -54,6 +53,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 \
@@ -71,7 +71,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 \
@@ -94,6 +93,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 \