ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[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 \
ac0c6bdd 7 clock-class.c \
11b0cdc8 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 18 resolve.c \
8bf65fbd
JG
19 validation.c \
20 visitor.c
11b0cdc8
JG
21
22libctf_ir_la_LIBADD = \
23 $(top_builddir)/lib/libbabeltrace.la
24
25if BABELTRACE_BUILD_WITH_LIBUUID
26libctf_ir_la_LIBADD += -luuid
27endif
28if BABELTRACE_BUILD_WITH_LIBC_UUID
29libctf_ir_la_LIBADD += -lc
30endif
This page took 0.033028 seconds and 4 git commands to generate.