Copyright ownership transfer
[lttng-tools.git] / src / common / ust-consumer / Makefile.am
index 1df8b53c0836b2857ba7a3e85ac3658b03e83a4e..26f1667857652ace298070da8e5c112b71072a68 100644 (file)
@@ -1,8 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 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.022969 seconds and 4 git commands to generate.