Move CTF-Writer stream to CTF-IR
[babeltrace.git] / formats / ctf / writer / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = libctf-writer.la
4
5 libctf_writer_la_SOURCES = \
6 writer.c \
7 functor.c
8
9 libctf_writer_la_LIBADD = \
10 $(top_builddir)/lib/libbabeltrace.la
11
12 if BABELTRACE_BUILD_WITH_LIBUUID
13 libctf_writer_la_LIBADD += -luuid
14 endif
15 if BABELTRACE_BUILD_WITH_LIBC_UUID
16 libctf_writer_la_LIBADD += -lc
17 endif
This page took 0.029675 seconds and 4 git commands to generate.