port: add 'notext' keyword linker support
[babeltrace.git] / src / plugins / ctf / Makefile.am
index 398b5267cc9b6106e0d171a33cb78e54fbc113a4..104229d2de37844186007656791ce5959b9ced83 100644 (file)
@@ -13,7 +13,7 @@ babeltrace_plugin_ctf_la_SOURCES = plugin.c
 
 babeltrace_plugin_ctf_la_LDFLAGS = \
        $(LT_NO_UNDEFINED) \
-       -avoid-version -module
+       -avoid-version -module $(LD_NOTEXT)
 
 babeltrace_plugin_ctf_la_LIBADD = \
        common/libbabeltrace2-plugin-ctf-common.la \
This page took 0.024381 seconds and 4 git commands to generate.