Add --enable-asan configure option
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index ec30c005c91468215470cc9306cfdad23809099f..c8e3eb44ae99e391fba19fccd46b1d7048a00a9a 100644 (file)
@@ -3,7 +3,7 @@
 # Since the shared object used by the python bindings is not built with
 # libtool, we need to add the directory containing libbabeltrace2 to the
 # linker path.
-AM_LDFLAGS=-L$(top_builddir)/src/lib/.libs
+AM_LDFLAGS += -L$(top_builddir)/src/lib/.libs
 
 INSTALLED_FILES=$(builddir)/installed_files.txt
 
This page took 0.023981 seconds and 4 git commands to generate.