dlopen() liblttng-ust.so from constructor to prevent unloading
[lttng-ust.git] / liblttng-ust / Makefile.am
index 982be69b7dd45157458b78a758c54d4168349c74..a7edfd5c30291562d4ebb39a56674d5cfb78e385 100644 (file)
@@ -60,6 +60,8 @@ liblttng_ust_runtime_la_SOURCES = \
        string-utils.c \
        string-utils.h
 
+liblttng_ust_runtime_la_CFLAGS = -DLTTNG_UST_LIBRARY_VERSION_MAJOR=\"$(LTTNG_UST_LIBRARY_VERSION_MAJOR)\"
+
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
        lttng-context-perf-counters.c \
This page took 0.023257 seconds and 4 git commands to generate.