tests: compile some tools/tests as C++
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
index 7330f1fb95c70e807b8e9962f1e7b6ca44582aa2..955200c2b9c248c47ec9e18ec7f22d8f114418b0 100644 (file)
@@ -5,7 +5,10 @@ AM_CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils \
 
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-nevents-str
-gen_ust_nevents_str_SOURCES = gen-ust-nevents-str.c tp.c tp.h
+gen_ust_nevents_str_SOURCES = \
+       gen-ust-nevents-str.cpp \
+       tp.c \
+       tp.h
 gen_ust_nevents_str_LDADD = $(UST_LIBS) \
                $(top_builddir)/tests/utils/libtestutils.la \
                $(DL_LIBS)
This page took 0.02297 seconds and 4 git commands to generate.