Fix: Incorrect variant tag validation
[babeltrace.git] / formats / ctf / writer / Makefile.am
CommitLineData
273b65be
JG
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3noinst_LTLIBRARIES = libctf-writer.la
4
5libctf_writer_la_SOURCES = \
6 writer.c \
7 clock.c \
8 stream.c \
9 event-types.c \
10 event-fields.c \
11 event.c \
12 functor.c
13
14libctf_writer_la_LIBADD = \
15 $(top_builddir)/lib/libbabeltrace.la
16
17if BABELTRACE_BUILD_WITH_LIBUUID
18libctf_writer_la_LIBADD += -luuid
19endif
20if BABELTRACE_BUILD_WITH_LIBC_UUID
21libctf_writer_la_LIBADD += -lc
22endif
This page took 0.023293 seconds and 4 git commands to generate.