X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftestpoint%2FMakefile.am;h=a2f9d407abd8ca7f6b0f4cdc55d781992a514045;hb=2a85be8e0e679da996b48252b1d9aebb9bb29126;hp=7d3df162f84c1e5b8e23218f1937e2fa05b5e399;hpb=6242251b39f531a2485b758edcb455e220267fdd;p=lttng-tools.git diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am index 7d3df162f..a2f9d407a 100644 --- a/src/common/testpoint/Makefile.am +++ b/src/common/testpoint/Makefile.am @@ -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)