bt2: move __version__ to version.py.in
[babeltrace.git] / src / bindings / python / bt2 / Makefile.am
index 2816279a00cea9665f7724e65848649457fc910f..54df1e5f18bc3250c427629e7d2dc3da333c0967 100644 (file)
@@ -41,6 +41,7 @@ STATIC_NATIVE_LIB_SRCS =                              \
        bt2/logging.h
 
 STATIC_BINDINGS_DEPS =                                 \
+       bt2/__init__.py                                 \
        bt2/clock_class.py                              \
        bt2/clock_snapshot.py                           \
        bt2/component.py                                \
@@ -79,8 +80,8 @@ STATIC_LIBRARIES_DEPS = \
        $(top_builddir)/src/py-common/libbabeltrace2-py-common.la
 
 GENERATED_BINDINGS_DEPS =      \
-       bt2/__init__.py         \
        bt2/native_bt.c         \
+       bt2/version.py          \
        setup.py
 
 BUILD_FLAGS=CC="$(CC)" \
This page took 0.02386 seconds and 4 git commands to generate.