Add CTF metadata lexer/parser (lex/yacc)
[babeltrace.git] / formats / ctf / Makefile.am
CommitLineData
ac65e355
MD
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
8b9d5b5e 3SUBDIRS = . types metadata
ac65e355
MD
4
5lib_LTLIBRARIES = libctf.la
6
7libctf_la_SOURCES = \
8 ctf.c \
8b9d5b5e
MD
9 types/libctf-types.a
10 metadata/libctf-parser.a
This page took 0.02235 seconds and 4 git commands to generate.