From f8b4fc8d18dbd10c1ba2f5b3d38682a9c3ece841 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 12 Dec 2011 14:33:33 -0500 Subject: [PATCH] Add missing compat.h file in Makefile.am Signed-off-by: Mathieu Desnoyers --- liblttng-ust/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index a0df885a..6b33906b 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -20,6 +20,7 @@ liblttng_ust_runtime_la_SOURCES = \ tracepoint.c \ tracepoint-internal.h \ clock.h \ + compat.h \ wait.h \ jhash.h \ error.h -- 2.34.1