common: compile libtestpoint as C++
[lttng-tools.git] / src / common / testpoint / Makefile.am
index ef8a2e9cd81d91c77173420d8608c5dea65ccdb1..7fd8ed76e6cf498fb6bcd2e91222edea8b4be4b6 100644 (file)
@@ -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)
This page took 0.023525 seconds and 4 git commands to generate.