summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2012-11-15 13:22:54 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2012-11-15 13:22:54 +0100
commitfde8c01a85571950ec586c971a8cd7d11b2258e1 (patch)
treec2aef81125eb625e04e7a50220dbaea2b339262e /examples/Makefile.am
parentf15ffb521c894910d82c34eec1c11745dde324c7 (diff)
examples: add multicast example
Show how to set up the multicast address pool so that media can be server with multicast.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9c64305..32537a4 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,6 @@
-noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp test-uri test-auth
+noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
+ test-launch test-sdp test-uri test-auth \
+ test-multicast
#INCLUDES = -I$(top_srcdir) -I$(srcdir)