ir: rename bt_ctf_field_type_variant_set_tag()
[babeltrace.git] / formats / ctf / ir / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = libctf-ir.la
4
5libctf_ir_la_SOURCES = \
6 attributes.c \
7 clock.c \
8 event.c \
9 event-fields.c \
10 event-types.c \
11 stream.c \
12 stream-class.c \
13 trace.c \
14 utils.c \
15 resolve.c \
16 validation.c
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.025382 seconds and 4 git commands to generate.