Fix: ctf specific events.c needs to be within CTF plugin
[babeltrace.git] / formats / ctf / Makefile.am
CommitLineData
ac65e355
MD
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
7fb21036 3SUBDIRS = types metadata .
ac65e355
MD
4
5lib_LTLIBRARIES = libctf.la
6
7libctf_la_SOURCES = \
5c5facc7
MD
8 ctf.c \
9 events.c
7fb21036
MD
10
11libctf_la_LIBADD = \
12 types/libctf-types.la \
13 metadata/libctf-parser.la \
f7a47a6c
MD
14 metadata/libctf-ast.la \
15 ../libbabeltrace_registry.la
This page took 0.025913 seconds and 4 git commands to generate.