From e2b31dd9b4dd6ad93a3548327b9666b572f6a177 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 31 Dec 2014 13:04:57 +0000 Subject: [PATCH] Fix 'make check' from top-level directory --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9624f7e..dccba6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS = \ common \ pkgconfig \ docs \ - $(SUBDIRS_EXAMPLES) + $(SUBDIRS_EXAMPLES) \ tests DIST_SUBDIRS = gst common pkgconfig docs examples tests -- 2.7.4