mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
f5b7f57a17
Move conditional subdir include into top level. Based on patch by: Joel Holdsworth https://bugzilla.gnome.org/show_bug.cgi?id=757703
11 lines
278 B
Makefile
11 lines
278 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
|
|
|
|
SUBDIRS = check
|
|
|
|
DIST_SUBDIRS = check
|