Add --enable-asan configure option
[babeltrace.git] / src / python-plugin-provider / Makefile.am
index dfd489ed083fe1ffe31404b7bbe86f56d8b11d8f..3d3a11fea09663a1c537c4b28cce55cc23098e80 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 if ENABLE_PYTHON_PLUGINS
 AM_CPPFLAGS += $(PYTHON_INCLUDE)
 
@@ -9,6 +11,7 @@ babeltrace2_python_plugin_provider_la_SOURCES = \
        python-plugin-provider.h
 
 babeltrace2_python_plugin_provider_la_LDFLAGS = \
+       $(AM_LDFLAGS) \
        $(LT_NO_UNDEFINED) \
        -avoid-version -module \
        $(PYTHON_LDFLAGS)
This page took 0.024986 seconds and 4 git commands to generate.