X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=9ab765011063815371e58a07b7437e358ebdf7b0;hb=5de7c318804a7b1edce8562d4891b4c74aac0677;hp=f2be286875916beb224ec50a41e990aa161a5f22;hpb=9d4d2a639afc19a1bd705ea560782917ac892596;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f2be2868..9ab76501 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ m4_define([UST_LIB_V_MINOR], [0]) m4_define([UST_LIB_V_PATCH], [0]) AC_SUBST([LTTNG_UST_LIBRARY_VERSION], [UST_LIB_V_MAJOR:UST_LIB_V_MINOR:UST_LIB_V_PATCH]) -AC_SUBST([LTTNG_UST_LIBRARY_VERSION_MAJOR], [UST_LIB_V_MAJOR]) +AC_DEFINE([CONFIG_LTTNG_UST_LIBRARY_VERSION_MAJOR], [UST_LIB_V_MAJOR], [Major SONAME number of the ust library]) # note: remember to update tracepoint.h dlopen() to match this version # number. TODO: eventually automate by exporting the major number. @@ -565,6 +565,8 @@ AC_CONFIG_LINKS([ python-lttngust/lttngust/loghandler.py:python-lttngust/lttngust/loghandler.py ]) +AC_CONFIG_FILES([tests/ust-elf/test_ust_elf],[chmod +x tests/ust-elf/test_ust_elf]) + AC_OUTPUT