X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=f9ee053fed9958eede459685883e7837f3e01780;hb=6be9efc138f42a3247b242198d0284dfedb67a59;hp=f2be286875916beb224ec50a41e990aa161a5f22;hpb=9d4d2a639afc19a1bd705ea560782917ac892596;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index f2be2868..f9ee053f 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.