summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: ca2ba661e872c66c637232d03e0d502419fbf934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_PROGRAMS = test-cleanup test-reuse

AM_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir) -I$(srcdir)
AM_LDFLAGS = \
	$(GST_LIBS) \
	$(top_builddir)/gst/rtsp-server/libgstrtspserver-@GST_API_VERSION@.la

if BUILD_TESTS
SUBDIRS_CHECK = check
else
SUBDIRS_CHECK =
endif

SUBDIRS = 			\
	$(SUBDIRS_CHECK)

DIST_SUBDIRS = 			\
	check