common: compile libtestpoint as C++
[lttng-tools.git] / src / common / testpoint / Makefile.am
CommitLineData
ab5be9fa
MJ
1# SPDX-License-Identifier: GPL-2.0-only
2
6242251b
CB
3noinst_LTLIBRARIES = libtestpoint.la
4
f6352cc1
SM
5libtestpoint_la_SOURCES = \
6 testpoint.cpp \
7 testpoint.h
b6151646 8libtestpoint_la_LIBADD = $(DL_LIBS)
This page took 0.052435 seconds and 4 git commands to generate.