tests: compile some tools/tests as C++
[lttng-tools.git] / tests / utils / Makefile.am
index 1c7c953264ba66d8429d6b03aca3373df4eb96b8..96dbe28523693488d72c2442809db3bd2da266ee 100644 (file)
@@ -7,7 +7,9 @@ EXTRA_DIST = utils.sh test_utils.py babelstats.pl warn_processes.sh \
 dist_noinst_SCRIPTS = utils.sh test_utils.py babelstats.pl tap-driver.sh
 noinst_LTLIBRARIES = libtestutils.la
 
-libtestutils_la_SOURCES = utils.c utils.h
+libtestutils_la_SOURCES = \
+       utils.cpp \
+       utils.h
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.023 seconds and 4 git commands to generate.