X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=inline;f=src%2Fcommon%2Ftestpoint%2FMakefile.am;h=7fd8ed76e6cf498fb6bcd2e91222edea8b4be4b6;hb=4ec6f5b6b140c5eaa1b82a2531589e349044aeaa;hp=5c15725eb56741acf6c94d8f3a642a31ea1d877d;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;p=lttng-tools.git diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am index 5c15725eb..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_LIBADD = -ldl +libtestpoint_la_SOURCES = \ + testpoint.cpp \ + testpoint.h +libtestpoint_la_LIBADD = $(DL_LIBS)