tests: convert pretty_xml.c to C++
[lttng-tools.git] / tests / utils / xml-utils / Makefile.am
index 7997d94e126369e694114d5b7584d593ba637c8b..eec519d3128d5e5799f8f12e7532d5a4db02ef42 100644 (file)
@@ -9,7 +9,7 @@ extract_xml_SOURCES = extract_xml.cpp
 extract_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
 extract_xml_LDADD = $(libxml2_LIBS)
 
-pretty_xml_SOURCES = pretty_xml.c
+pretty_xml_SOURCES = pretty_xml.cpp
 pretty_xml_CPPFLAGS = $(libxml2_CFLAGS) $(AM_CPPFLAGS)
 pretty_xml_LDADD = $(libxml2_LIBS)
 
This page took 0.023649 seconds and 4 git commands to generate.