port: add 'notext' keyword linker support
[babeltrace.git] / src / plugins / utils / Makefile.am
index 3b525afe614ae609a078bca6a60d34647774f4c4..aedf2dcb4b9da9b6193d5db54a715a048ab8ecda 100644 (file)
@@ -6,7 +6,7 @@ plugin_LTLIBRARIES = babeltrace-plugin-utils.la
 babeltrace_plugin_utils_la_SOURCES = plugin.c
 babeltrace_plugin_utils_la_LDFLAGS = \
        $(LT_NO_UNDEFINED) \
-       -avoid-version -module
+       -avoid-version -module $(LD_NOTEXT)
 babeltrace_plugin_utils_la_LIBADD = \
        dummy/libbabeltrace2-plugin-dummy-cc.la \
        muxer/libbabeltrace2-plugin-muxer.la \
This page took 0.022492 seconds and 4 git commands to generate.