Hide bt_values and bt_attributes in libbabeltrace-ctf
[babeltrace.git] / formats / ctf / ir / Makefile.am
CommitLineData
1c822dfb
JG
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 packet.c \
14 stream.c \
15 stream-class.c \
16 trace.c \
17 utils.c \
18 resolve.c \
81eb8680
JG
19 validation.c \
20 values.c \
21 ref.c
1c822dfb
JG
22
23libctf_ir_la_LIBADD = \
24 $(top_builddir)/lib/libbabeltrace.la
25
26if BABELTRACE_BUILD_WITH_LIBUUID
27libctf_ir_la_LIBADD += -luuid
28endif
29if BABELTRACE_BUILD_WITH_LIBC_UUID
30libctf_ir_la_LIBADD += -lc
31endif
This page took 0.023443 seconds and 4 git commands to generate.