Enforce DL_LIBS value instead of hard coded -ldl
[lttng-tools.git] / src / common / testpoint / Makefile.am
index 7d3df162f84c1e5b8e23218f1937e2fa05b5e399..a2f9d407abd8ca7f6b0f4cdc55d781992a514045 100644 (file)
@@ -1,6 +1,4 @@
-AM_CPPFLAGS =
-
 noinst_LTLIBRARIES = libtestpoint.la
 
 libtestpoint_la_SOURCES = testpoint.h testpoint.c
-libtestpoint_la_LIBADD = -ldl
+libtestpoint_la_LIBADD = $(DL_LIBS)
This page took 0.023268 seconds and 4 git commands to generate.