From: Jérémie Galarneau Date: Tue, 17 Mar 2015 03:31:40 +0000 (-0400) Subject: Fix: remove test_bt_objects from SCRIPT_LIST X-Git-Tag: v2.0.0-pre1~1307 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=d3f6fcac4a8a05fef88cee16e498e376d186ec7e Fix: remove test_bt_objects from SCRIPT_LIST This fixes the "dist" target build. Signed-off-by: Jérémie Galarneau --- diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index cbf40ec9..d11ac545 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -32,8 +32,7 @@ test_bt_objects_SOURCES = test_bt_objects.c SCRIPT_LIST = test_seek_big_trace \ test_seek_empty_packet \ - test_ctf_writer_complete \ - test_bt_objects + test_ctf_writer_complete dist_noinst_SCRIPTS = $(SCRIPT_LIST)