ir: rename bt_ctf_field_type_variant_set_tag()
[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 \
9 event-fields.c \
10 event-types.c \
3f043b05 11 stream.c \
bc37ae52 12 stream-class.c \
654c1444 13 trace.c \
d146339d 14 utils.c \
09840de5
PP
15 resolve.c \
16 validation.c
11b0cdc8
JG
17
18libctf_ir_la_LIBADD = \
19 $(top_builddir)/lib/libbabeltrace.la
20
21if BABELTRACE_BUILD_WITH_LIBUUID
22libctf_ir_la_LIBADD += -luuid
23endif
24if BABELTRACE_BUILD_WITH_LIBC_UUID
25libctf_ir_la_LIBADD += -lc
26endif
This page took 0.029211 seconds and 4 git commands to generate.