X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmetadata%2FMakefile.am;h=efbd50b91d9a32fae5a6f5d1776dde9afe67c15f;hb=152b521b2d5d4847e0ff220911db58adb0f9d549;hp=8cdf35e526c834f53fe78ff2dce8a4ea348b3332;hpb=6162e6b7a6d907974d954419c2375f654f39eb72;p=babeltrace.git diff --git a/src/plugins/ctf/common/metadata/Makefile.am b/src/plugins/ctf/common/metadata/Makefile.am index 8cdf35e5..efbd50b9 100644 --- a/src/plugins/ctf/common/metadata/Makefile.am +++ b/src/plugins/ctf/common/metadata/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS += -I$(builddir) -I$(srcdir) -AM_YFLAGS = -t -d -v +AM_YFLAGS = -t -d -v -Wno-yacc noinst_LTLIBRARIES = libctf-parser.la libctf-ast.la @@ -19,11 +19,13 @@ libctf_ast_la_SOURCES = \ ast.h \ objstack.h \ parser.h \ + parser-wrap.h \ scanner.h \ scanner-symbols.h \ decoder.c \ - decoder-packetized-file-stream-to-buf.c \ decoder.h \ + decoder-packetized-file-stream-to-buf.c \ + decoder-packetized-file-stream-to-buf.h \ logging.c \ logging.h \ ctf-meta.h \ @@ -42,7 +44,7 @@ libctf_ast_la_SOURCES = \ ctf-meta-configure-ir-trace.h if BABELTRACE_BUILD_WITH_MINGW -libctf_ast_la_LIBADD = -lintl -liconv -lole32 $(POPT_LIBS) +libctf_ast_la_LIBADD = -lintl -liconv -lole32 endif # start with empty files to clean