ir: rename event-fields/event-types -> fields/field-types
[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 fields.c \
10 field-types.c \
11 field-path.c \
12 stream.c \
13 stream-class.c \
14 trace.c \
15 utils.c \
16 resolve.c \
17 validation.c
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.02825 seconds and 4 git commands to generate.