From: Mathieu Desnoyers Date: Mon, 12 Dec 2011 19:33:33 +0000 (-0500) Subject: Add missing compat.h file in Makefile.am X-Git-Tag: v1.9.1~5 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=f8b4fc8d18dbd10c1ba2f5b3d38682a9c3ece841;p=lttng-ust.git Add missing compat.h file in Makefile.am Signed-off-by: Mathieu Desnoyers --- 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