X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2FMakefile.am;h=44e96441116d124633e17b3838fff19f577b81a3;hb=d47b87ac209ea8f1b98b7e6cf209dfd4bf9cc9c0;hp=4368206192341a805eab41167a9f6f72687ed85e;hpb=4b552f8b1184f7178130a8026b2d62f69104aab1;p=babeltrace.git diff --git a/bindings/python/bt2/Makefile.am b/bindings/python/bt2/Makefile.am index 43682061..44e96441 100644 --- a/bindings/python/bt2/Makefile.am +++ b/bindings/python/bt2/Makefile.am @@ -33,7 +33,6 @@ 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_snapshot.py \ bt2/component.py \ @@ -41,8 +40,9 @@ STATIC_BINDINGS_DEPS = \ bt2/ctf_writer.py \ bt2/event_class.py \ bt2/event.py \ - bt2/fields.py \ + bt2/field.py \ bt2/field_class.py \ + bt2/field_path.py \ bt2/graph.py \ bt2/logging.py \ bt2/message_iterator.py \ @@ -56,9 +56,10 @@ 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/values.py + bt2/value.py GENERATED_BINDINGS_DEPS = \ bt2/__init__.py \ @@ -71,7 +72,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; \