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