From d3776cc80b77b84a97533f549a83236ce41d6b44 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 23 Aug 2013 15:15:12 +0200 Subject: [PATCH] Makefile: add rule for appsrc example --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index deec57ce1e..0fc67c3d45 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,6 +1,6 @@ noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \ test-launch test-sdp test-uri test-auth \ - test-multicast test-multicast2 + test-multicast test-multicast2 test-appsrc #INCLUDES = -I$(top_srcdir) -I$(srcdir)