X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ftestpoint%2FMakefile.am;h=7fd8ed76e6cf498fb6bcd2e91222edea8b4be4b6;hb=c9753f7250f33184a1859088a691291f37161f25;hp=ef8a2e9cd81d91c77173420d8608c5dea65ccdb1;hpb=ab5be9fa2eb5ba9600a82cd18fd3cfcbac69169a;p=lttng-tools.git diff --git a/src/common/testpoint/Makefile.am b/src/common/testpoint/Makefile.am index ef8a2e9cd..7fd8ed76e 100644 --- a/src/common/testpoint/Makefile.am +++ b/src/common/testpoint/Makefile.am @@ -2,5 +2,7 @@ noinst_LTLIBRARIES = libtestpoint.la -libtestpoint_la_SOURCES = testpoint.h testpoint.c +libtestpoint_la_SOURCES = \ + testpoint.cpp \ + testpoint.h libtestpoint_la_LIBADD = $(DL_LIBS)