Cleanup: uuid library detection
[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 = $(UUID_LIBS)
This page took 0.030777 seconds and 4 git commands to generate.