tests: remove extra unref in test_setup_non_existing_stream
[platform/upstream/gstreamer.git] / examples / Makefile.am
index 5af7696..47b2cf9 100644 (file)
@@ -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)