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