tests: compile some tools/tests as C++
[lttng-tools.git] / tests / utils / testapp / gen-ust-nevents-str / Makefile.am
index 84198bedd7e0cad8acffbc3c4fd4d436df8f732c..955200c2b9c248c47ec9e18ec7f22d8f114418b0 100644 (file)
@@ -5,8 +5,11 @@ 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_LDADD = $(UST_LIBS) $(URCU_BP_LIBS) \
+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)
 endif
This page took 0.024646 seconds and 4 git commands to generate.