Use config.h to define SONAME major number
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-comm.c
index a09f676a42978146fd8d7d12b1e2638738c37334..eab2d8eb3b026435b3999d81a6b35f8509b61144 100644 (file)
@@ -61,7 +61,7 @@
 #include "getenv.h"
 
 /* Concatenate lttng ust shared library name with its major version number. */
-#define LTTNG_UST_LIB_SO_NAME "liblttng-ust.so." LTTNG_UST_LIBRARY_VERSION_MAJOR
+#define LTTNG_UST_LIB_SO_NAME "liblttng-ust.so." __ust_stringify(CONFIG_LTTNG_UST_LIBRARY_VERSION_MAJOR)
 
 /*
  * Has lttng ust comm constructor been called ?
This page took 0.026092 seconds and 5 git commands to generate.