X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Findex%2FMakefile.am;h=d62a31c3030dc1c79354c66ea1e40a36b0fe95bc;hb=411b31544f22b773b4aad6cdb81faa81dc05e641;hp=ee73ea2ca31ecc79b9f902b36b4b66e7c9d79ec1;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;p=lttng-tools.git 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