mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
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
|