Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / common / testpoint / Makefile.am
index 7d3df162f84c1e5b8e23218f1937e2fa05b5e399..ef8a2e9cd81d91c77173420d8608c5dea65ccdb1 100644 (file)
@@ -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)
This page took 0.024807 seconds and 5 git commands to generate.