X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=efbb6c860deb0a76320af830b0a05a23125aa805;hp=14912a17c4400f632560474c420b5d08dc0d3c6e;hb=644e036445497ef69ccf946f0700da20a5bae84f;hpb=86f0fb5572a6a96b815793f7e39901047aac2ba9 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