X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Fxml-utils%2FMakefile.am;fp=tests%2Futils%2Fxml-utils%2FMakefile.am;h=eec519d3128d5e5799f8f12e7532d5a4db02ef42;hb=9617033a3a3229daabe17e38fbab802ec2e6e223;hp=7997d94e126369e694114d5b7584d593ba637c8b;hpb=6dee08cf205eb0c5f9edc37eeb5d10ad61abd0e1;p=lttng-tools.git diff --git a/tests/utils/xml-utils/Makefile.am b/tests/utils/xml-utils/Makefile.am index 7997d94e1..eec519d31 100644 --- a/tests/utils/xml-utils/Makefile.am +++ b/tests/utils/xml-utils/Makefile.am @@ -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)