Replace libuuid with internal implementation
[babeltrace.git] / src / lib / trace-ir / Makefile.am
CommitLineData
108b91d0 1noinst_LTLIBRARIES = libtrace-ir.la
11b0cdc8 2
108b91d0 3libtrace_ir_la_SOURCES = \
44e0a4f5 4 attributes.c \
57952005 5 attributes.h \
ac0c6bdd 6 clock-class.c \
57952005 7 clock-class.h \
ecbb78c0 8 clock-snapshot.c \
57952005
MJ
9 clock-snapshot.h \
10 clock-snapshot-set.h \
11b0cdc8 11 event.c \
272df73e 12 event-class.c \
57952005
MJ
13 event-class.h \
14 event.h \
0f15f666
PP
15 field.c \
16 field-class.c \
57952005
MJ
17 field-class.h \
18 field.h \
b011f6b0 19 field-path.c \
57952005
MJ
20 field-path.h \
21 field-wrapper.c \
22 field-wrapper.h \
f79cf0f0 23 packet.c \
a6918753 24 packet-context-field.c \
57952005 25 packet.h \
7b33a0e0 26 resolve-field-path.c \
57952005 27 resolve-field-path.h \
3f043b05 28 stream.c \
bc37ae52 29 stream-class.c \
57952005
MJ
30 stream-class.h \
31 stream.h \
654c1444 32 trace.c \
10b7a2e4 33 trace-class.c \
57952005
MJ
34 trace-class.h \
35 trace.h \
36 utils.c \
37 utils.h
This page took 0.054191 seconds and 4 git commands to generate.