bt2: Rename files to use singular form
[babeltrace.git] / bindings / python / bt2 / Makefile.am
index 6003f238f412567ed3692cb26060bf2223e3dea0..a1d3b1ae0c461de85cf8659c0e7b9fc1281c63f6 100644 (file)
@@ -35,14 +35,14 @@ STATIC_BINDINGS_DEPS =                                      \
        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/graph.py                                    \
        bt2/logging.py                                  \
        bt2/message_iterator.py                         \
@@ -58,7 +58,7 @@ STATIC_BINDINGS_DEPS =                                        \
        bt2/trace.py                                    \
        bt2/trace_collection_message_iterator.py        \
        bt2/utils.py                                    \
-       bt2/values.py
+       bt2/value.py
 
 GENERATED_BINDINGS_DEPS =      \
        bt2/__init__.py         \
This page took 0.026822 seconds and 4 git commands to generate.