Initial release including wifi display based on gst-rtsp-server-1.4.1
[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 test-wfd
4
5 #INCLUDES = -I$(top_srcdir) -I$(srcdir)
6
7 AM_CFLAGS = $(GST_OBJ_CFLAGS)
8 LDADD = $(GST_OBJ_LIBS) $(GIO_LIBS)
9
10 if HAVE_LIBCGROUP
11 noinst_PROGRAMS += test-cgroups
12 LDADD += $(LIBCGROUP_LIBS)
13 endif
14