From f62e658c10fc011fba5ce5eede79ac09df6a74e2 Mon Sep 17 00:00:00 2001 From: Thiago Santos Date: Mon, 6 Dec 2010 11:05:17 -0300 Subject: camerabin2: Only run tests if experimental is enabled Only run camerabin2 tests and build examples if experimental plugins are enabled --- tests/examples/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/examples/Makefile.am') diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 218f2c622..dbd11934c 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -15,5 +15,11 @@ else DIRECTFB_DIR= endif +if BUILD_EXPERIMENTAL +CAMERABIN2=camerabin2 +else +CAMERABIN2= +endif + SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(JACK_EXAMPLES) switch -DIST_SUBDIRS= camerabin camerabin2 directfb jack mxf scaletempo switch +DIST_SUBDIRS= camerabin $(CAMERABIN2) directfb jack mxf scaletempo switch -- cgit v1.2.3