rtsp-stream: Always unref return value of gst_object_get_parent()
[platform/upstream/gstreamer.git] / examples / Makefile.am
1 noinst_PROGRAMS = test-video test-ogg test-mp4 test-readme \
2                   test-launch test-sdp test-uri test-auth \
3                   test-multicast test-multicast2 test-appsrc \
4                   test-video-rtx test-record \
5                   test-netclock test-netclock-client
6
7 #INCLUDES = -I$(top_srcdir) -I$(srcdir)
8
9 AM_CFLAGS = $(GST_OBJ_CFLAGS)
10 LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS)
11
12 if HAVE_LIBCGROUP
13 noinst_PROGRAMS += test-cgroups
14 LDADD += $(LIBCGROUP_LIBS)
15 endif
16
17 test_netclock_LDFLAGS = \
18         $(GST_LIBS) \
19         -lgstnet-@GST_API_VERSION@ \
20         $(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la
21
22 test_netclock_client_LDFLAGS = \
23         $(GST_LIBS) \
24         -lgstnet-@GST_API_VERSION@