ir: only perform trace freeze if not already 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
JG
13 trace.c \
14 utils.c
11b0cdc8
JG
15
16libctf_ir_la_LIBADD = \
17 $(top_builddir)/lib/libbabeltrace.la
18
19if BABELTRACE_BUILD_WITH_LIBUUID
20libctf_ir_la_LIBADD += -luuid
21endif
22if BABELTRACE_BUILD_WITH_LIBC_UUID
23libctf_ir_la_LIBADD += -lc
24endif
This page took 0.048843 seconds and 4 git commands to generate.