Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / kernel-ctl / Makefile.am
index a56a0218b290f718122795e292689004771b7248..976cfdbc813024c338bbb6b6e24cad998cc0bbf9 100644 (file)
@@ -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-ctl.h kernel-ioctl.h
+libkernel_ctl_la_SOURCES = \
+       kernel-ctl.cpp \
+       kernel-ctl.h \
+       kernel-ioctl.h
This page took 0.023728 seconds and 4 git commands to generate.