X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2FMakefile.am;h=10471c3418cab175d25835e929e76968ae934306;hb=4965530a641ee47a19cec394b990c4d73e1a3f22;hp=7ae72255db6aac3cd796d213eff49df73f8e0420;hpb=13e4a3e3729d784654d6e84d42aac39fcb71a0fb;p=babeltrace.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 7ae72255..10471c34 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,3 +7,7 @@ EXTRA_DIST = $(srcdir)/ctf-traces/** \ if !ENABLE_BUILT_IN_PLUGINS SUBDIRS += plugins endif + +if ENABLE_PYTHON_PLUGINS +SUBDIRS += python-plugin-provider +endif