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