Port: Link with no-undefined on Windows
[babeltrace.git] / formats / ctf-metadata / Makefile.am
index 252d9afa7903a05d6a719d44ee3002ab97970192..20656b8de5d0414ba390bf126cc8e11a7dc7bdc9 100644 (file)
@@ -7,6 +7,7 @@ libbabeltrace_ctf_metadata_la_SOURCES = \
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_ctf_metadata_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
        $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_ctf_metadata_la_LIBADD = \
This page took 0.023298 seconds and 4 git commands to generate.