lib: add precond. check for begin <= end on pkt./ev. disc. msg. creation
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index e552d22892f8c0e5c5ee7e4d227f98c43749f98a..ab5b77955492fe6a7a88c3ce107862bea175e12f 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 # 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.
@@ -115,7 +117,7 @@ WARN_CFLAGS += -Wno-null-dereference
 BUILD_FLAGS=CC="$(CC)" \
                CFLAGS="$(GLIB_CFLAGS) $(AM_CFLAGS) $(CFLAGS) $(WARN_CFLAGS)" \
                CPPFLAGS="$(AM_CPPFLAGS) $(CPPFLAGS) -I$(srcdir)/bt2" \
-               LDFLAGS="$(AM_LDFLAGS) $(LDFLAGS) $(GLIB_LIBS) $(LIBS)"
+               LDFLAGS="$(AM_LDFLAGS) $(LDFLAGS) $(GLIB_LIBS) $(PYTHON_LDFLAGS) $(LIBS)"
 
 all-local: build-python-bindings.stamp
 
This page took 0.027987 seconds and 4 git commands to generate.