Move bt_ctf_attributes API to internal headers
[babeltrace.git] / formats / ctf / ir / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = libctf-ir.la
4
5 libctf_ir_la_SOURCES = \
6 attributes.c \
7 clock.c \
8 event.c \
9 event-fields.c \
10 event-types.c \
11 stream.c \
12 stream-class.c \
13 trace.c \
14 utils.c
15
16 libctf_ir_la_LIBADD = \
17 $(top_builddir)/lib/libbabeltrace.la
18
19 if BABELTRACE_BUILD_WITH_LIBUUID
20 libctf_ir_la_LIBADD += -luuid
21 endif
22 if BABELTRACE_BUILD_WITH_LIBC_UUID
23 libctf_ir_la_LIBADD += -lc
24 endif
This page took 0.029844 seconds and 4 git commands to generate.