ctf plugin: notif iter: use "borrow" functions for metadata where possible
[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 fields.c \
9 field-types.c \
10 field-path.c \
11 packet.c \
12 stream.c \
13 stream-class.c \
14 trace.c \
15 utils.c \
16 resolve.c \
17 validation.c \
18 visitor.c
19
20 libctf_ir_la_LIBADD = $(UUID_LIBS)
This page took 0.030385 seconds and 4 git commands to generate.