X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2FMakefile.am;fp=tests%2Flib%2FMakefile.am;h=ccc7519b847941d10548e550f5380bdf750fe2ea;hp=229e53c0f4ce363fa96d13b0097333b5f7291fa3;hb=78d07b86b198c6d34673d6016e5926b4e50f21a4;hpb=879e4affa41282c93773c01801343db28e36980f diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index 229e53c0..ccc7519b 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -37,20 +37,24 @@ test_trace_ir_ref_SOURCES = test-trace-ir-ref.c test_trace_ir_ref_LDADD = $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la \ $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la +nodist_EXTRA_test_trace_ir_ref_SOURCES = dummy.cpp test_graph_topo_SOURCES = test-graph-topo.c test_graph_topo_LDADD = $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la +nodist_EXTRA_test_graph_topo_SOURCES = dummy.cpp test_simple_sink_SOURCES = test-simple-sink.c test_simple_sink_LDADD = $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la +nodist_EXTRA_test_simple_sink_SOURCES = dummy.cpp test_remove_destruction_listener_in_destruction_listener_SOURCES = \ test-remove-destruction-listener-in-destruction-listener.c test_remove_destruction_listener_in_destruction_listener_LDADD = \ $(COMMON_TEST_LDADD) \ $(top_builddir)/src/lib/libbabeltrace2.la +nodist_EXTRA_test_remove_destruction_listener_in_destruction_listener_SOURCES = dummy.cpp noinst_PROGRAMS = \ test-bt-uuid \