Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index 501746a2c93f33c1794f7ca31bcf9c896cb8d416..8086cb010fb99c4346646f116521cdacacf4bd08 100644 (file)
@@ -1,6 +1,13 @@
-# Session daemon communication lib
+# SPDX-License-Identifier: GPL-2.0-only
+
 noinst_LTLIBRARIES = libsessiond-comm.la
 
-libsessiond_comm_la_SOURCES = sessiond-comm.c sessiond-comm.h \
-                              inet.c inet.h inet6.c inet6.h \
-                              relayd.h agent.h
+libsessiond_comm_la_SOURCES = \
+       agent.h \
+       inet.cpp \
+       inet.h \
+       inet6.cpp \
+       inet6.h \
+       relayd.h \
+       sessiond-comm.cpp \
+       sessiond-comm.h
This page took 0.024973 seconds and 4 git commands to generate.