6f791f555c888f324a3c7b77030a3812a4f36f1a
[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 stream.c \
8 functor.c
9
10 libctf_writer_la_LIBADD = \
11 $(top_builddir)/lib/libbabeltrace.la
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.030678 seconds and 3 git commands to generate.