common: compile libconsumer, libust-consumer, libkernel-consumer as C++
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
index 5ab0fe60284bd7c6dfc5ba675ab13d3e8eb56213..26f1667857652ace298070da8e5c112b71072a68 100644 (file)
@@ -4,7 +4,9 @@ if HAVE_LIBLTTNG_UST_CTL
 
 noinst_LTLIBRARIES = libust-consumer.la
 
-libust_consumer_la_SOURCES = ust-consumer.c ust-consumer.h
+libust_consumer_la_SOURCES = \
+       ust-consumer.cpp \
+       ust-consumer.h
 
 libust_consumer_la_LIBADD = \
                        $(UST_CTL_LIBS) \
This page took 0.023118 seconds and 4 git commands to generate.