Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index c72c87fbcd4a20897afabe25745044f98c7fe435..d026651a66f0ef7253ae133459955ccf1f2d0638 100644 (file)
@@ -1,9 +1,7 @@
-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
+                              inet.c inet.h inet6.c inet6.h \
+                              relayd.h agent.h
This page took 0.02551 seconds and 5 git commands to generate.