summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: deec57ce1e945a68c759dbbf57cf37047d70497b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_OBJ_CFLAGS)
AM_LDFLAGS = $(GST_OBJ_LIBS) $(GIO_LIBS)

if HAVE_LIBCGROUP
noinst_PROGRAMS += test-cgroups
AM_LDFLAGS += $(LIBCGROUP_LIBS)
endif