Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index d8c2fa40e616d5b991f1ca694a692c1efe371828..8086cb010fb99c4346646f116521cdacacf4bd08 100644 (file)
@@ -1,5 +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
+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.023106 seconds and 4 git commands to generate.