X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Findex%2FMakefile.am;h=d62a31c3030dc1c79354c66ea1e40a36b0fe95bc;hp=ee73ea2ca31ecc79b9f902b36b4b66e7c9d79ec1;hb=c9753f7250f33184a1859088a691291f37161f25;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3 diff --git a/src/common/index/Makefile.am b/src/common/index/Makefile.am index ee73ea2ca..d62a31c30 100644 --- a/src/common/index/Makefile.am +++ b/src/common/index/Makefile.am @@ -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