9330141fc21f91c26b9ed2546b780807b354563a
[babeltrace.git] / lib / ctf-writer / Makefile.am
1 noinst_LTLIBRARIES = libctf-writer.la
2
3 libctf_writer_la_SOURCES = \
4 clock.c \
5 writer.c \
6 functor.c \
7 serialize.c
8
9 libctf_writer_la_LIBADD =
10
11 if BABELTRACE_BUILD_WITH_LIBUUID
12 libctf_writer_la_LIBADD += -luuid
13 endif
14 if BABELTRACE_BUILD_WITH_LIBC_UUID
15 libctf_writer_la_LIBADD += -lc
16 endif
This page took 0.030519 seconds and 3 git commands to generate.