X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftestpoint%2FMakefile.am;h=ef8a2e9cd81d91c77173420d8608c5dea65ccdb1;hb=3e75a9b7423589ec13cde387f98ed0ac5f59945f;hp=7d3df162f84c1e5b8e23218f1937e2fa05b5e399;hpb=6242251b39f531a2485b758edcb455e220267fdd;p=lttng-tools.git diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am index 7d3df162f..ef8a2e9cd 100644 --- a/src/common/testpoint/Makefile.am +++ b/src/common/testpoint/Makefile.am @@ -1,6 +1,6 @@ -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_LIBADD = $(DL_LIBS)