X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=c1b68d7ffeb2c978ee3496b0fce678b20da9a87a;hp=ff7ab1720806fe237fd0f1b6daa9156b04820cd4;hb=5d7e83594e8aa4f8b465165c05938116279f493d;hpb=1778c2a4134647150b199b2b57130817144446b0 diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index ff7ab172..c1b68d7f 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -54,3 +54,9 @@ SUBDIRS += test-plugin-plugins endif dist_check_SCRIPTS = test_plugin + +if HAVE_PYTHON +if DEV_MODE +SUBDIRS += conds +endif +endif