Add missing include files to dist tarball
[babeltrace.git] / formats / ctf / metadata / Makefile.am
index 527ae0c6b5acbd9d95685856c6b1bab4eb0c1329..09f105f1f42689c7d6010fe2ce57819e5d60e0e9 100644 (file)
@@ -4,6 +4,10 @@ AM_YFLAGS = -t -d -v
 
 lib_LTLIBRARIES = libctf-parser.la libctf-ast.la
 
+noinst_HEADERS = \
+       ctf-scanner.h \
+       ctf-ast.h
+
 libctf_parser_la_SOURCES = ctf-lexer.l ctf-parser.y
 
 libctf_ast_la_SOURCES = ctf-visitor-xml.c \
This page took 0.022805 seconds and 4 git commands to generate.