common: compile librelayd as C++
[lttng-tools.git] / src / common / relayd / Makefile.am
index 884635e2ff6927f5a8e969b6e5cce629349094ba..32623cccccbad7d4da3d43a77f4691356a53381b 100644 (file)
@@ -2,6 +2,8 @@
 
 noinst_LTLIBRARIES = librelayd.la
 
-librelayd_la_SOURCES = relayd.c relayd.h
+librelayd_la_SOURCES = \
+       relayd.cpp \
+       relayd.h
 
 librelayd_la_LIBADD = $(top_builddir)/src/common/sessiond-comm/libsessiond-comm.la
This page took 0.023047 seconds and 4 git commands to generate.