Port: Link with no-undefined on Windows
[babeltrace.git] / formats / bt-dummy / Makefile.am
index e8ae4de9d79260841093144f197ec6b6327cf496..7836b07d154559584c8318a6489876f2220c6e6e 100644 (file)
@@ -7,6 +7,7 @@ libbabeltrace_dummy_la_SOURCES = \
 
 # Request that the linker keeps all static libraries objects.
 libbabeltrace_dummy_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
        $(LD_NO_AS_NEEDED) -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_dummy_la_LIBADD = \
This page took 0.023896 seconds and 4 git commands to generate.