Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / kernel-ctl / Makefile.am
index ab057dd3618b8abada4f04e8baf4d589d28f3734..976cfdbc813024c338bbb6b6e24cad998cc0bbf9 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 = 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.037737 seconds and 4 git commands to generate.