Fix: Don't override user variables within the build system
[babeltrace.git] / lib / ctf-ir / Makefile.am
1 noinst_LTLIBRARIES = libctf-ir.la
2
3 libctf_ir_la_SOURCES = \
4 attributes.c \
5 clock-class.c \
6 event.c \
7 event-class.c \
8 fields.c \
9 field-types.c \
10 field-path.c \
11 packet.c \
12 stream.c \
13 stream-class.c \
14 trace.c \
15 utils.c \
16 resolve.c \
17 validation.c \
18 visitor.c
19
20 libctf_ir_la_LIBADD =
21
22 if BABELTRACE_BUILD_WITH_LIBUUID
23 libctf_ir_la_LIBADD += -luuid
24 endif
25
26 if BABELTRACE_BUILD_WITH_LIBC_UUID
27 libctf_ir_la_LIBADD += -lc
28 endif
This page took 0.031442 seconds and 5 git commands to generate.