Adapt internal files and examples to TRACEPOINT_INCLUDE
[lttng-ust.git] / liblttng-ust / probes / lttng-probe-ust.h
index 1c55ccd74c8a7a2a60bbf18d51a71031880363e1..433d5dbfffee8a270ea2110bc297e1639b28e5b2 100644 (file)
@@ -38,8 +38,8 @@ TRACEPOINT_EVENT(lttng_ust, metadata,
        )
 )
 
-#undef TRACEPOINT_INCLUDE_FILE
-#define TRACEPOINT_INCLUDE_FILE ./probes/lttng-probe-ust.h
+#undef TRACEPOINT_INCLUDE
+#define TRACEPOINT_INCLUDE "./probes/lttng-probe-ust.h"
 
 #endif /* _TRACEPOINT_LTTNG_UST_H */
 
This page took 0.023612 seconds and 4 git commands to generate.