X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftestpoint%2FMakefile.am;h=a2f9d407abd8ca7f6b0f4cdc55d781992a514045;hb=9ee9a63590b793076a45c15d3abb4af57fe50eaf;hp=5c15725eb56741acf6c94d8f3a642a31ea1d877d;hpb=fccc6bdfd69cbed5ad5a019e9f9253e724b42a58;p=lttng-tools.git diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am index 5c15725eb..a2f9d407a 100644 --- a/src/common/testpoint/Makefile.am +++ b/src/common/testpoint/Makefile.am @@ -1,4 +1,4 @@ noinst_LTLIBRARIES = libtestpoint.la libtestpoint_la_SOURCES = testpoint.h testpoint.c -libtestpoint_la_LIBADD = -ldl +libtestpoint_la_LIBADD = $(DL_LIBS)