actions: Expose lttng_action_type_string internally
[lttng-tools.git] / src / common / sessiond-comm / Makefile.am
index 72375c0e90a8b2a8448a01a1f3ea5a920a88021e..0e7eb49227eb401b0db0ce8492664b13bfb8af10 100644 (file)
@@ -1,9 +1,8 @@
-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
-libsessiond_comm_la_LIBADD = -lrt
+                              inet.c inet.h inet6.c inet6.h \
+                              relayd.h agent.h payload.h \
+                              payload.c payload-view.h payload-view.c
This page took 0.024526 seconds and 5 git commands to generate.