Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / common / testpoint / Makefile.am
index 5c15725eb56741acf6c94d8f3a642a31ea1d877d..ef8a2e9cd81d91c77173420d8608c5dea65ccdb1 100644 (file)
@@ -1,4 +1,6 @@
+# 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.023882 seconds and 5 git commands to generate.