Python bindings clean-up: missing file headers style fixes
[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 \
3f043b05 10 stream.c \
11b0cdc8
JG
11 stream-class.c
12
13libctf_ir_la_LIBADD = \
14 $(top_builddir)/lib/libbabeltrace.la
15
16if BABELTRACE_BUILD_WITH_LIBUUID
17libctf_ir_la_LIBADD += -luuid
18endif
19if BABELTRACE_BUILD_WITH_LIBC_UUID
20libctf_ir_la_LIBADD += -lc
21endif
This page took 0.023338 seconds and 4 git commands to generate.