tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / utils / Makefile.am
index f43233d8637d87a372d9a2325de9a3d9b1df3e7e..c74d10c0673f9bccd4c49ba733dafc6ca58d52c7 100644 (file)
@@ -1,7 +1,13 @@
-SUBDIRS = tap testapp
+# SPDX-License-Identifier: GPL-2.0-only
 
-EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_lttng_processes.sh
-dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl warn_lttng_processes.sh
+SUBDIRS = . tap testapp
+
+EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh \
+             parse-callstack.py
+dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl tap-driver.sh
+noinst_LTLIBRARIES = libtestutils.la
+
+libtestutils_la_SOURCES = utils.c utils.h
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.023265 seconds and 4 git commands to generate.