X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;h=efbb6c860deb0a76320af830b0a05a23125aa805;hb=21d04293d33d222b3e6583658040871d699033c3;hp=14912a17c4400f632560474c420b5d08dc0d3c6e;hpb=331731aa31dbd587ebd54e32c7f6c136f34aef7e;p=babeltrace.git diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 14912a17..efbb6c86 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -27,9 +27,11 @@ test_trace_ir_ref_SOURCES = test_trace_ir_ref.c test_graph_topo_SOURCES = test_graph_topo.c if !ENABLE_BUILT_IN_PLUGINS -noinst_PROGRAMS += test_plugin -test_plugin_LDADD = $(COMMON_TEST_LDADD) \ +noinst_PROGRAMS += plugin +plugin_LDADD = $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la -test_plugin_SOURCES = test_plugin.c +plugin_SOURCES = plugin.c SUBDIRS += test-plugin-plugins endif + +dist_check_SCRIPTS = test_plugin