From 04a13bdf74dec998626d6e4e8f96d57b95d47aa2 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Thu, 6 Nov 2014 08:26:38 -0600 Subject: capture: Move print methods out of cli for reuse. Methods to print the data were moved from capture-cli into a support area and are no longer static so that they can be shared by test routines, or application code that wants to use the capture engine without the shell interface. --- cpukit/libmisc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/libmisc/Makefile.am') diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index 0cc98517da..209b46d12a 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -19,6 +19,7 @@ EXTRA_DIST += capture/README noinst_LIBRARIES += libcapture.a libcapture_a_SOURCES = capture/capture.c capture/capture-cli.c \ capture/capture_user_extension.c capture/capture_buffer.c \ + capture/capture_support.c \ capture/capture.h capture/captureimpl.h capture/capture-cli.h \ capture/capture_buffer.h -- cgit v1.2.3