Fix: Don't override user variables within the build system
[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.028995 seconds and 4 git commands to generate.