ir: allow to set variant FT's tag FT even when frozen
[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
JG
14 utils.c \
15 visitor.c
11b0cdc8
JG
16
17libctf_ir_la_LIBADD = \
18 $(top_builddir)/lib/libbabeltrace.la
19
20if BABELTRACE_BUILD_WITH_LIBUUID
21libctf_ir_la_LIBADD += -luuid
22endif
23if BABELTRACE_BUILD_WITH_LIBC_UUID
24libctf_ir_la_LIBADD += -lc
25endif
This page took 0.026906 seconds and 4 git commands to generate.