ir: rename event-fields/event-types -> fields/field-types
[babeltrace.git] / formats / ctf / ir / Makefile.am
CommitLineData
11b0cdc8
JG
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = libctf-ir.la
4
5libctf_ir_la_SOURCES = \
44e0a4f5 6 attributes.c \
11b0cdc8
JG
7 clock.c \
8 event.c \
2e33ac5a
PP
9 fields.c \
10 field-types.c \
b011f6b0 11 field-path.c \
3f043b05 12 stream.c \
bc37ae52 13 stream-class.c \
654c1444 14 trace.c \
d146339d 15 utils.c \
09840de5
PP
16 resolve.c \
17 validation.c
11b0cdc8
JG
18
19libctf_ir_la_LIBADD = \
20 $(top_builddir)/lib/libbabeltrace.la
21
22if BABELTRACE_BUILD_WITH_LIBUUID
23libctf_ir_la_LIBADD += -luuid
24endif
25if BABELTRACE_BUILD_WITH_LIBC_UUID
26libctf_ir_la_LIBADD += -lc
27endif
This page took 0.028731 seconds and 4 git commands to generate.