X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=6bb13b8847cfad2c30fea116f17986523a2af177;hb=8936b6c0add7eb6706e0a1ca50e03c446dda4006;hp=09ba4ed071c7aad745ef8169515e15f6cf7db65d;hpb=875cae805decd6b6ea9050d03ec732235596fdf7;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 09ba4ed0..6bb13b88 100644 --- a/configure.ac +++ b/configure.ac @@ -489,6 +489,9 @@ AM_CONDITIONAL([HAVE_PERF_EVENT], [test "x$ac_cv_header_linux_perf_event_h" = "x AC_SUBST([LTTNG_UST_LIBRARY_VERSION], ust_lib_version) AC_SUBST([LTTNG_UST_CTL_LIBRARY_VERSION], ust_ctl_lib_version) +# Major soname for python-lttngust +AC_SUBST([LTTNG_UST_LIB_SONAME_MAJOR], [ust_lib_version_current]) + AM_CFLAGS="-Wall $URCU_CFLAGS $PTHREAD_CFLAGS" AC_SUBST(AM_CFLAGS) @@ -541,7 +544,7 @@ AC_CONFIG_FILES([ liblttng-ust-python-agent/Makefile python-lttngust/Makefile python-lttngust/setup.py - python-lttngust/lttngust/__init__.py + python-lttngust/lttngust/version.py tools/Makefile tests/Makefile tests/compile/Makefile @@ -559,6 +562,8 @@ AC_CONFIG_FILES([ tests/unit/pthread_name/Makefile tests/unit/snprintf/Makefile tests/unit/ust-elf/Makefile + tests/unit/ust-error/Makefile + tests/unit/ust-utils/Makefile tests/utils/Makefile lttng-ust.pc lttng-ust-ctl.pc