Port: Link with no-undefined on Windows
[babeltrace.git] / formats / lttng-live / Makefile.am
index d976979670dadd3a6f943d1e0f94465b1a77e305..e53616080c2aaccfae31a81b7523d2412380f04c 100644 (file)
@@ -11,6 +11,7 @@ libbabeltrace_lttng_live_la_SOURCES = \
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_lttng_live_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
        $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_lttng_live_la_LIBADD = \
This page took 0.023626 seconds and 4 git commands to generate.