diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ca2ba66..f653107 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,14 +6,6 @@ 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 = check -SUBDIRS = \ - $(SUBDIRS_CHECK) - -DIST_SUBDIRS = \ - check +DIST_SUBDIRS = check |