Port: Link with no-undefined on Windows
[babeltrace.git] / formats / ctf / writer / Makefile.am
index 1f06c1afb5e56e528c038740ecd0b1417caa7d53..e328084be8d841674ad9280f9c8b029638320716 100644 (file)
@@ -9,6 +9,8 @@ libctf_writer_la_SOURCES = \
 libctf_writer_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la
 
+libctf_writer_la_LDFLAGS = $(LT_NO_UNDEFINED)
+
 if BABELTRACE_BUILD_WITH_LIBUUID
 libctf_writer_la_LIBADD += -luuid
 endif
This page took 0.02364 seconds and 4 git commands to generate.