aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-21 22:18:45 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-21 23:02:29 +0800
commitba0a893b1d31cdb234bae72845e840a895b9d62a (patch)
treeebdb8e8bd18d4113c564e4716d2d01c4fbc5f232 /src/Makefile.am
parentc7dd14aef20e429135fba7c7a53a8d507b9579a3 (diff)
downloadgsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.tar
gsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.tar.gz
gsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.tar.bz2
gsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.tar.lz
gsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.tar.xz
gsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.tar.zst
gsoc2013-empathy-ba0a893b1d31cdb234bae72845e840a895b9d62a.zip
Drop empathy-av
So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am32
1 files changed, 1 insertions, 31 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 801052877..cedac8dfa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -52,7 +52,6 @@ bin_PROGRAMS = \
libexec_PROGRAMS = \
empathy-auth-client \
- empathy-av \
empathy-chat
empathy_accounts_SOURCES = \
@@ -69,33 +68,6 @@ empathy_debugger_SOURCES = \
empathy-debugger.c \
$(NULL)
-empathy_av_SOURCES = \
- empathy-av.c \
- empathy-audio-sink.c \
- empathy-audio-sink.h \
- empathy-audio-src.c \
- empathy-audio-src.h \
- empathy-streamed-media-factory.c \
- empathy-streamed-media-factory.h \
- empathy-streamed-media-handler.c \
- empathy-streamed-media-handler.h \
- empathy-streamed-media-window-fullscreen.c \
- empathy-streamed-media-window-fullscreen.h \
- empathy-streamed-media-window.c \
- empathy-streamed-media-window.h \
- empathy-video-src.c \
- empathy-video-src.h \
- empathy-video-widget.c \
- empathy-video-widget.h \
- ev-sidebar.c \
- ev-sidebar.h \
- empathy-mic-monitor.c \
- empathy-mic-monitor.h
- $(NULL)
-
-empathy_av_CFLAGS = $(EMPATHY_AV_CFLAGS)
-empathy_av_LDFLAGS = $(EMPATHY_AV_LIBS) $(LIBM)
-
empathy_auth_client_SOURCES = \
empathy-auth-client.c \
$(NULL)
@@ -183,8 +155,7 @@ empathy_LDADD = \
check_c_sources = \
$(empathy_handwritten_source) \
- $(empathy_logs_SOURCES) \
- $(empathy_handwritten_av_source)
+ $(empathy_logs_SOURCES)
include $(top_srcdir)/tools/check-coding-style.mk
check-local: check-coding-style
@@ -194,7 +165,6 @@ ui_DATA = \
empathy-accounts-dialog.ui \
empathy-call-window-fullscreen.ui \
empathy-call-window.ui \
- empathy-streamed-media-window.ui \
empathy-chat-window.ui \
empathy-chatrooms-window.ui \
empathy-ft-manager.ui \