lib: Rename to libbabeltrace2
[babeltrace.git] / bindings / python / bt2 / Makefile.am
index 90ee322e2fac8c20d0224ac1bd075d7fd4f54825..428588e849bed8186a41ad33bdfa0db869f18166 100644 (file)
@@ -1,5 +1,5 @@
 # Since the shared object used by the python bindings is not built with
-# libtool, we need to add the directory containing libbabeltrace to the
+# libtool, we need to add the directory containing libbabeltrace2 to the
 # linker path.
 AM_LDFLAGS=-L$(top_builddir)/lib/.libs
 
@@ -42,6 +42,7 @@ STATIC_BINDINGS_DEPS =                                        \
        bt2/event.py                                    \
        bt2/field.py                                    \
        bt2/field_class.py                              \
+       bt2/field_path.py                               \
        bt2/graph.py                                    \
        bt2/logging.py                                  \
        bt2/message_iterator.py                         \
This page took 0.030938 seconds and 4 git commands to generate.