Split CTF IR and CTF writer APIs and implementations
[babeltrace.git] / lib / ctf-writer / Makefile.am
CommitLineData
273b65be
JG
1noinst_LTLIBRARIES = libctf-writer.la
2
3libctf_writer_la_SOURCES = \
ac0c6bdd 4 clock.c \
8deee039
PP
5 event-class.c \
6 event.c \
7 field-types.c \
8 fields.c \
dc3fffef 9 functor.c \
8deee039
PP
10 serialize.c \
11 stream-class.c \
12 stream.c \
13 trace.c \
14 writer.c
273b65be 15
8a995d73 16libctf_writer_la_LIBADD = $(UUID_LIBS)
This page took 0.041994 seconds and 4 git commands to generate.