port: add 'notext' keyword linker support
[babeltrace.git] / src / plugins / ctf / Makefile.am
index 783a06dd7835bfa697598b29aba7ab1fef2069cf..ec711cb8ba7996b2fcfd7f42e1ffd99508142f67 100644 (file)
@@ -11,7 +11,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.023074 seconds and 4 git commands to generate.