Add trace moficiation notification handler interface
[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 \
272df73e 9 event-class.c \
2e33ac5a
PP
10 fields.c \
11 field-types.c \
b011f6b0 12 field-path.c \
f79cf0f0 13 packet.c \
3f043b05 14 stream.c \
bc37ae52 15 stream-class.c \
654c1444 16 trace.c \
d146339d 17 utils.c \
09840de5
PP
18 resolve.c \
19 validation.c
11b0cdc8
JG
20
21libctf_ir_la_LIBADD = \
22 $(top_builddir)/lib/libbabeltrace.la
23
24if BABELTRACE_BUILD_WITH_LIBUUID
25libctf_ir_la_LIBADD += -luuid
26endif
27if BABELTRACE_BUILD_WITH_LIBC_UUID
28libctf_ir_la_LIBADD += -lc
29endif
This page took 0.031299 seconds and 4 git commands to generate.