X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2FMakefile.am;h=47b2cf96e10bdada15eabaa54c76e4bc51096787;hb=d728d59a00bbe1084782b048baece2caddd63bfd;hp=5af7696a639058c7e615182ad380da420192af82;hpb=b0beb1c8d133df21c1cebecdfadb9fdbb4fb5232;p=platform%2Fupstream%2Fgstreamer.git diff --git a/examples/Makefile.am b/examples/Makefile.am index 5af7696..47b2cf9 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,9 +1,8 @@ -noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme test-launch test-sdp +noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \ + test-launch test-sdp test-uri test-auth \ + test-multicast test-multicast2 -INCLUDES = -I$(top_srcdir) -I$(srcdir) - -AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) -AM_LDFLAGS = \ - $(GST_LIBS) \ - $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_MAJORMINOR@.la +#INCLUDES = -I$(top_srcdir) -I$(srcdir) +AM_CFLAGS = $(GST_OBJ_CFLAGS) +AM_LDFLAGS = $(GST_OBJ_LIBS)