Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / index / Makefile.am
index ee73ea2ca31ecc79b9f902b36b4b66e7c9d79ec1..d62a31c3030dc1c79354c66ea1e40a36b0fe95bc 100644 (file)
@@ -1,3 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 noinst_LTLIBRARIES = libindex.la
 
-libindex_la_SOURCES = index.c index.h ctf-index.h
+libindex_la_SOURCES = \
+       ctf-index.h \
+       index.cpp \
+       index.h
This page took 0.025371 seconds and 4 git commands to generate.