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