Enforce DL_LIBS value instead of hard coded -ldl
[lttng-tools.git] / src / common / testpoint / Makefile.am
1 noinst_LTLIBRARIES = libtestpoint.la
2
3 libtestpoint_la_SOURCES = testpoint.h testpoint.c
4 libtestpoint_la_LIBADD = $(DL_LIBS)
This page took 0.030995 seconds and 5 git commands to generate.