Split the CTF-Writer implementation in IR and Writer parts
[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 = \
6 clock.c \
7 event.c \
8 event-fields.c \
9 event-types.c \
10 stream-class.c
11
12libctf_ir_la_LIBADD = \
13 $(top_builddir)/lib/libbabeltrace.la
14
15if BABELTRACE_BUILD_WITH_LIBUUID
16libctf_ir_la_LIBADD += -luuid
17endif
18if BABELTRACE_BUILD_WITH_LIBC_UUID
19libctf_ir_la_LIBADD += -lc
20endif
This page took 0.023894 seconds and 4 git commands to generate.