Port: Link with no-undefined on Windows
[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 = \
6 writer.c \
273b65be
JG
7 functor.c
8
9libctf_writer_la_LIBADD = \
10 $(top_builddir)/lib/libbabeltrace.la
11
ec84a9ed
MJ
12libctf_writer_la_LDFLAGS = $(LT_NO_UNDEFINED)
13
273b65be
JG
14if BABELTRACE_BUILD_WITH_LIBUUID
15libctf_writer_la_LIBADD += -luuid
16endif
17if BABELTRACE_BUILD_WITH_LIBC_UUID
18libctf_writer_la_LIBADD += -lc
19endif
This page took 0.025385 seconds and 4 git commands to generate.