summaryrefslogtreecommitdiff
path: root/tests/check/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r--tests/check/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index a963967b..d50fc264 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -55,7 +55,6 @@ check_PROGRAMS = \
rtp/sendcodecs \
rtp/conference \
rtp/recvcodecs \
- msn/conference \
utils/binadded
AM_CFLAGS = \
@@ -156,10 +155,6 @@ rtp_sendcodecs_SOURCES = \
rtp_recvcodecs_CFLAGS = $(AM_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
rtp_recvcodecs_LDADD = $(LDADD) -lgstrtp-@GST_API_VERSION@
-msn_conference_CFLAGS = $(AM_CFLAGS)
-msn_conference_SOURCES = \
- msn/conference.c
-
utils_binadded_CFLAGS = $(AM_CFLAGS)
utils_binadded_SOURCES = \
testutils.c \