Add XML dump visitor
[babeltrace.git] / formats / ctf / metadata / Makefile.am
index 48df5ac2c0d565b5c6345bde98c74f70d82548a1..a75e10c618a17e45e0c6891316879043d8bf94c3 100644 (file)
@@ -7,4 +7,6 @@ noinst_LIBRARIES = libctf-parser.a
 libctf_parser_a_SOURCES = ctf-lexer.l ctf-parser.y
 
 bin_PROGRAMS = ctf-parser-test
-ctf_parser_test_SOURCES = ctf-parser-test.c ctf-lexer.l ctf-parser.y
+ctf_parser_test_SOURCES = \
+                       ctf-parser-test.c ctf-visitor-xml.c \
+                       ctf-lexer.l ctf-parser.y
This page took 0.023215 seconds and 4 git commands to generate.