X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftestpoint%2FMakefile.am;h=7fd8ed76e6cf498fb6bcd2e91222edea8b4be4b6;hb=c9753f7250f33184a1859088a691291f37161f25;hp=7d3df162f84c1e5b8e23218f1937e2fa05b5e399;hpb=6242251b39f531a2485b758edcb455e220267fdd;p=lttng-tools.git diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am index 7d3df162f..7fd8ed76e 100644 --- a/src/common/testpoint/Makefile.am +++ b/src/common/testpoint/Makefile.am @@ -1,6 +1,8 @@ -AM_CPPFLAGS = +# SPDX-License-Identifier: GPL-2.0-only noinst_LTLIBRARIES = libtestpoint.la -libtestpoint_la_SOURCES = testpoint.h testpoint.c -libtestpoint_la_LIBADD = -ldl +libtestpoint_la_SOURCES = \ + testpoint.cpp \ + testpoint.h +libtestpoint_la_LIBADD = $(DL_LIBS)