common: compile libindex as C++
[lttng-tools.git] / src / common / index / Makefile.am
index d06f011866fb907760e825eda432d81ae4c5f35e..d62a31c3030dc1c79354c66ea1e40a36b0fe95bc 100644 (file)
@@ -2,4 +2,7 @@
 
 noinst_LTLIBRARIES = libindex.la
 
-libindex_la_SOURCES = index.c index.h ctf-index.h
+libindex_la_SOURCES = \
+       ctf-index.h \
+       index.cpp \
+       index.h
This page took 0.02344 seconds and 4 git commands to generate.