lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / lib / ctf-ir / Makefile.am
1 noinst_LTLIBRARIES = libctf-ir.la
2
3 libctf_ir_la_SOURCES = \
4 attributes.c \
5 clock-class.c \
6 event.c \
7 event-class.c \
8 event-header-field.c \
9 field-wrapper.c \
10 fields.c \
11 field-types.c \
12 field-path.c \
13 packet.c \
14 packet-context-field.c \
15 packet-header-field.c \
16 stream.c \
17 stream-class.c \
18 trace.c \
19 utils.c \
20 resolve.c \
21 validation.c \
22 visitor.c
23
24 libctf_ir_la_LIBADD = $(UUID_LIBS)
This page took 0.032177 seconds and 5 git commands to generate.