Fix: missing RCU read side critical sections
[lttng-tools.git] / src / common / testpoint / Makefile.am
index 7d3df162f84c1e5b8e23218f1937e2fa05b5e399..7fd8ed76e6cf498fb6bcd2e91222edea8b4be4b6 100644 (file)
@@ -1,6 +1,8 @@
-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_SOURCES = \
+       testpoint.cpp \
+       testpoint.h
+libtestpoint_la_LIBADD = $(DL_LIBS)
This page took 0.038582 seconds and 4 git commands to generate.