Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index c0beee01e4469f2a9a6c62709b72ef56b1e15502..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
+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.025558 seconds and 4 git commands to generate.