tests: compile some tools/tests as C++
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / Makefile.am
index 35e6d67008f87b7b9cc0d6f0841544ea362ba4a7..2e3ad0747ff767f512df37fefc1515f1d177565b 100644 (file)
@@ -5,7 +5,10 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
 
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-events-ns
-gen_ust_events_ns_SOURCES = gen-ust-events-ns.c tp.c tp.h
+gen_ust_events_ns_SOURCES = \
+       gen-ust-events-ns.cpp \
+       tp.c \
+       tp.h
 gen_ust_events_ns_LDADD = $(UST_LIBS) -llttng-ust-fork \
                $(top_builddir)/tests/utils/libtestutils.la \
                $(DL_LIBS) $(POPT_LIBS)
This page took 0.022876 seconds and 4 git commands to generate.