Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / lib / 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 clock.c \
7 writer.c \
8 functor.c \
9 serialize.c
10
11 libctf_writer_la_LIBADD =
12
13 if BABELTRACE_BUILD_WITH_LIBUUID
14 libctf_writer_la_LIBADD += -luuid
15 endif
16 if BABELTRACE_BUILD_WITH_LIBC_UUID
17 libctf_writer_la_LIBADD += -lc
18 endif
This page took 0.028986 seconds and 4 git commands to generate.