ir: split event files into event and event-class files
[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-class.c \
10 fields.c \
11 field-types.c \
12 field-path.c \
13 stream.c \
14 stream-class.c \
15 trace.c \
16 utils.c \
17 resolve.c \
18 validation.c
19
20libctf_ir_la_LIBADD = \
21 $(top_builddir)/lib/libbabeltrace.la
22
23if BABELTRACE_BUILD_WITH_LIBUUID
24libctf_ir_la_LIBADD += -luuid
25endif
26if BABELTRACE_BUILD_WITH_LIBC_UUID
27libctf_ir_la_LIBADD += -lc
28endif
This page took 0.024401 seconds and 4 git commands to generate.