tests: compile some tools/tests as C++
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
index b16f6ce54576842ca888a5a40409986822d103ce..17678c6978754d6ad9c5f6e48e9dd770bf42ebce 100644 (file)
@@ -5,6 +5,6 @@ AM_CPPFLAGS += -I$(srcdir) \
 
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-tracef
-gen_ust_tracef_SOURCES = gen-ust-tracef.c
+gen_ust_tracef_SOURCES = gen-ust-tracef.cpp
 gen_ust_tracef_LDADD = $(UST_LIBS) $(DL_LIBS)
 endif
This page took 0.022868 seconds and 4 git commands to generate.