X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2FMakefile.am;h=976cfdbc813024c338bbb6b6e24cad998cc0bbf9;hp=1c71c5ce991b352542a7b2ff65bcaab7289de59c;hb=c9753f7250f33184a1859088a691291f37161f25;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377 diff --git a/src/common/kernel-ctl/Makefile.am b/src/common/kernel-ctl/Makefile.am index 1c71c5ce9..976cfdbc8 100644 --- a/src/common/kernel-ctl/Makefile.am +++ b/src/common/kernel-ctl/Makefile.am @@ -1,5 +1,8 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +# SPDX-License-Identifier: GPL-2.0-only noinst_LTLIBRARIES = libkernel-ctl.la -libkernel_ctl_la_SOURCES = kernel-ctl.c kernel-ioctl.h +libkernel_ctl_la_SOURCES = \ + kernel-ctl.cpp \ + kernel-ctl.h \ + kernel-ioctl.h