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