Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / common / relayd / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 noinst_LTLIBRARIES = librelayd.la
4
5 librelayd_la_SOURCES = relayd.c relayd.h
6
7 librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.028865 seconds and 4 git commands to generate.