Port: Link with no-undefined on Windows
[babeltrace.git] / formats / ctf / Makefile.am
index 2eb526d18f3c797361eaf79a11bacdcbfa0443da..23ae0b93cefb03b7efc58d58eb4e11737a0ebc7f 100644 (file)
@@ -13,6 +13,7 @@ libbabeltrace_ctf_la_SOURCES = \
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_ctf_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
        $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_ctf_la_LIBADD = \
This page took 0.023977 seconds and 4 git commands to generate.