summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 3d726eb1840de5928d7a7b8b09c758ac7815a307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_PROGRAMS = \
	sourcetest1	\
	sourcetest2

#\
#	sourcetest3	\
#	sourcetest4
#\
#simple simple1 composition layertest layertest2 simple2 group \
#		  sourcetest1 sourcetest2 sourcetest3 \
#		  layertest4 vlayertest sourcetest4
EXTRA_DIST = pipelines.c

LDADD = $(GST_LIBS) $(GNL_LIBS) ../gnl/libgnl.la
AM_CFLAGS = $(GST_CFLAGS) $(GNL_CFLAGS) -I$(top_srcdir)