Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index 1c73dcb9ea690bd7c7dd0b18f29089fe48f5a4e2..8086cb010fb99c4346646f116521cdacacf4bd08 100644 (file)
@@ -1,6 +1,13 @@
-# Session daemon communication lib
-noinst_LTLIBRARIES = libsessiond-comm.la
+# SPDX-License-Identifier: GPL-2.0-only
 
-libsessiond_comm_la_SOURCES = sessiond-comm.c sessiond-comm.h \
-                              unix.c unix.h inet.c inet.h inet6.c inet6.h
+noinst_LTLIBRARIES = libsessiond-comm.la
 
+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.024498 seconds and 4 git commands to generate.