Port: Enable libtool to produce DLLs
[babeltrace.git] / plugins / text / Makefile.am
index 876276d742fd50a6785c5958bca0d1f99d79702c..99364c5aaab03ed88a296fca40204067d124902e 100644 (file)
@@ -7,6 +7,7 @@ plugin_LTLIBRARIES = libbabeltrace-plugin-text.la
 
 libbabeltrace_plugin_text_la_SOURCES = plugin.c
 libbabeltrace_plugin_text_la_LDFLAGS = \
+       $(LT_NO_UNDEFINED) \
        -version-info $(BABELTRACE_LIBRARY_VERSION)
 libbabeltrace_plugin_text_la_LIBADD = \
        pretty/libbabeltrace-plugin-text-pretty-cc.la
This page took 0.02381 seconds and 4 git commands to generate.