namespacing: place flex/bison symbols under bt_yy namespace
[babeltrace.git] / formats / ctf / metadata / Makefile.am
index a7f633d9b0f013476068674eeb050dbf6f8de8fc..a37100470c8607959c307b456e42b096fd7479fb 100644 (file)
@@ -6,9 +6,11 @@ noinst_LTLIBRARIES = libctf-parser.la libctf-ast.la
 
 noinst_HEADERS = \
        ctf-scanner.h \
-       ctf-ast.h
+       ctf-ast.h \
+       ctf-scanner-symbols.h
 
 libctf_parser_la_SOURCES = ctf-lexer.l ctf-parser.y
+libctf_parser_la_CFLAGS = $(AM_CFLAGS) -include ctf-scanner-symbols.h
 
 libctf_ast_la_SOURCES = ctf-visitor-xml.c \
                ctf-visitor-parent-links.c \
This page took 0.022847 seconds and 4 git commands to generate.