ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[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 = \
ac0c6bdd 6 clock.c \
273b65be 7 writer.c \
273b65be
JG
8 functor.c
9
10libctf_writer_la_LIBADD = \
11 $(top_builddir)/lib/libbabeltrace.la
12
13if BABELTRACE_BUILD_WITH_LIBUUID
14libctf_writer_la_LIBADD += -luuid
15endif
16if BABELTRACE_BUILD_WITH_LIBC_UUID
17libctf_writer_la_LIBADD += -lc
18endif
This page took 0.033325 seconds and 4 git commands to generate.