X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2FMakefile.am;h=0324ed2483804129a5d83326e4ea2440757e51be;hb=19bb8b5a08e1ee2aadd42bf11f7ed8a62f36bd5b;hp=799670cd04bd22a5ab30b620d0dbe01baca2c6ef;hpb=fb91c0ef1aa2dbb0eef476a3c876f5ff85e36fc4;p=babeltrace.git diff --git a/src/bindings/python/bt2/Makefile.am b/src/bindings/python/bt2/Makefile.am index 799670cd..0324ed24 100644 --- a/src/bindings/python/bt2/Makefile.am +++ b/src/bindings/python/bt2/Makefile.am @@ -18,6 +18,8 @@ SWIG_INTERFACE_FILES = \ bt2/native_bt_field_path.i \ bt2/native_bt_field.i \ bt2/native_bt_graph.i \ + bt2/native_bt_integer_range_set.i \ + bt2/native_bt.i \ bt2/native_bt_logging.i \ bt2/native_bt_message.i \ bt2/native_bt_message_iterator.i \ @@ -48,6 +50,7 @@ STATIC_BINDINGS_DEPS = \ bt2/field_class.py \ bt2/field_path.py \ bt2/graph.py \ + bt2/integer_range_set.py \ bt2/logging.py \ bt2/message_iterator.py \ bt2/message.py \