X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=4fc6f9ca62d9fe39752d59004cfa94d3c9842696;hb=40c1d6b99cceaaf5dc9eaae65f5247c82231ad28;hp=b0b415729e23a6bef5c4ee48310c4b69c08c3d5e;hpb=23e08412a688ed2f8cdf7c7776ecbedf6c860875;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index b0b41572..4fc6f9ca 100644 --- a/configure.ac +++ b/configure.ac @@ -25,6 +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]) # note: remember to update tracepoint.h dlopen() to match this version # number. TODO: eventually automate by exporting the major number.