common: compile librelayd as C++
[lttng-tools.git] / src / common / relayd / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3noinst_LTLIBRARIES = librelayd.la
4
5librelayd_la_SOURCES = \
6 relayd.cpp \
7 relayd.h
8
9librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.022687 seconds and 4 git commands to generate.