X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2FMakefile.am;h=31d9e1773c4ab0d24c969dd13607ef72b8151e22;hb=68b66a256a54d32992dfefeaad11eea88b7df234;hp=5b1a9bbf071639f33c1cfa294e534f119c3a8a3b;hpb=6945df9aca57fa5eb3291db13a2fc104939f6a8f;p=babeltrace.git diff --git a/bindings/python/bt2/Makefile.am b/bindings/python/bt2/Makefile.am index 5b1a9bbf..31d9e177 100644 --- a/bindings/python/bt2/Makefile.am +++ b/bindings/python/bt2/Makefile.am @@ -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 @@ -33,20 +33,19 @@ STATIC_BINDINGS_DEPS = \ bt2/native_bt_trace.i \ bt2/native_bt_value.i \ bt2/native_bt_version.i \ - bt2/clock_class_priority_map.py \ bt2/clock_class.py \ - bt2/clock_value.py \ + bt2/clock_snapshot.py \ bt2/component.py \ bt2/connection.py \ - bt2/ctf_writer.py \ bt2/event_class.py \ bt2/event.py \ - bt2/fields.py \ - bt2/field_types.py \ + bt2/field.py \ + bt2/field_class.py \ + bt2/field_path.py \ bt2/graph.py \ bt2/logging.py \ - bt2/notification_iterator.py \ - bt2/notification.py \ + bt2/message_iterator.py \ + bt2/message.py \ bt2/object.py \ bt2/packet.py \ bt2/plugin.py \ @@ -56,9 +55,10 @@ STATIC_BINDINGS_DEPS = \ bt2/stream_class.py \ bt2/stream.py \ bt2/trace.py \ - bt2/trace_collection_notification_iterator.py \ + bt2/trace_class.py \ + bt2/trace_collection_message_iterator.py \ bt2/utils.py \ - bt2/values.py + bt2/value.py GENERATED_BINDINGS_DEPS = \ bt2/__init__.py \ @@ -71,7 +71,7 @@ BUILD_FLAGS=CC="$(CC)" \ all-local: build-python-bindings.stamp -copy-static-deps.stamp: $(STATIC_BINDINGS_DEPS) +copy-static-deps.stamp: $(addprefix $(srcdir)/, $(STATIC_BINDINGS_DEPS)) @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ for file in $(STATIC_BINDINGS_DEPS); do \ cp -f $(srcdir)/$$file $(builddir)/$$file; \