lib: Rename to libbabeltrace2
[babeltrace.git] / bindings / python / bt2 / Makefile.am
index bc5c7f187a337390a0a92714293fba9096b2fc37..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                         \
@@ -55,6 +56,7 @@ STATIC_BINDINGS_DEPS =                                        \
        bt2/stream_class.py                             \
        bt2/stream.py                                   \
        bt2/trace.py                                    \
+       bt2/trace_class.py                              \
        bt2/trace_collection_message_iterator.py        \
        bt2/utils.py                                    \
        bt2/value.py
This page took 0.023923 seconds and 4 git commands to generate.