X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2FMakefile.am;h=104229d2de37844186007656791ce5959b9ced83;hb=5e8a0751ae0c418a615025d1da10bc84f91b3d97;hp=783a06dd7835bfa697598b29aba7ab1fef2069cf;hpb=c24f7ab4dd9edeb5e50b0070fd9d9e8691057dde;p=babeltrace.git diff --git a/src/plugins/ctf/Makefile.am b/src/plugins/ctf/Makefile.am index 783a06dd..104229d2 100644 --- a/src/plugins/ctf/Makefile.am +++ b/src/plugins/ctf/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT + SUBDIRS = common \ fs-src \ fs-sink \ @@ -11,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 \