diff options
Diffstat (limited to 'tests/examples/rtp/Makefile.am')
-rw-r--r-- | tests/examples/rtp/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/examples/rtp/Makefile.am b/tests/examples/rtp/Makefile.am index 40ab2c55e..4d7f7c1f8 100644 --- a/tests/examples/rtp/Makefile.am +++ b/tests/examples/rtp/Makefile.am @@ -1,5 +1,5 @@ noinst_PROGRAMS = server-alsasrc-PCMA client-PCMA \ - client-rtpaux server-rtpaux + client-rtpaux server-rtpaux client-rtpbundle server-rtpbundle # FIXME 0.11: ignore GValueArray warnings for now until this is sorted ERROR_CFLAGS= @@ -12,6 +12,14 @@ client_rtpaux_SOURCES = client-rtpaux.c client_rtpaux_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) client_rtpaux_LDADD = $(GST_LIBS) +server_rtpbundle_SOURCES = server-rtpbundle.c +server_rtpbundle_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) +server_rtpbundle_LDADD = $(GST_LIBS) + +client_rtpbundle_SOURCES = client-rtpbundle.c +client_rtpbundle_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) +client_rtpbundle_LDADD = $(GST_LIBS) + server_alsasrc_PCMA_SOURCES = server-alsasrc-PCMA.c server_alsasrc_PCMA_CFLAGS = $(GST_CFLAGS) server_alsasrc_PCMA_LDADD = $(GST_LIBS) $(LIBM) |