rtsp-media-factory: Don't create a pipeline for the media pipeline string
[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 test-auth-digest \
3                   test-multicast test-multicast2 test-appsrc \
4                   test-video-rtx test-record test-record-auth \
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_CFLAGS = \
18         $(AM_CFLAGS) \
19         $(GST_NET_CFLAGS)
20 test_netclock_LDADD = \
21         $(LDADD) \
22         $(GST_NET_LIBS)
23
24 test_netclock_client_CFLAGS = \
25         $(AM_CFLAGS) \
26         $(GST_NET_CFLAGS)
27 test_netclock_client_LDADD = \
28         $(LDADD) \
29         $(GST_NET_LIBS)
30