common: compile librelayd as C++
[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 = \
6 relayd.cpp \
7 relayd.h
8
9 librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.031411 seconds and 5 git commands to generate.