From 40c778e37ca58821024d7a859f02212a1ae93ac2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 4 Nov 2011 17:02:14 -0400 Subject: [PATCH] Add missing headers to install to makefile.am Signed-off-by: Mathieu Desnoyers --- include/Makefile.am | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index e86786b3..eb77ee37 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -17,7 +17,14 @@ nobase_include_HEADERS = \ lttng/ust.h \ lttng/core.h \ lttng/processor.h \ - lttng/ringbuffer-config.h + lttng/kcompat/kcompat.h \ + lttng/kcompat/jhash.h \ + lttng/kcompat/compiler.h \ + lttng/kcompat/types.h \ + lttng/ringbuffer-config.h \ + lttng/align.h \ + lttng/bug.h \ + lttng/vatomic.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. @@ -29,9 +36,5 @@ noinst_HEADERS = \ lttng/tracepoint-internal.h \ lttng/clock.h \ lttng/probe-internal.h \ - lttng/kcompat/kcompat.h \ - lttng/kcompat/jhash.h \ - lttng/kcompat/compiler.h \ - lttng/kcompat/types.h \ lttng/stringify.h \ lttng/wait.h -- 2.34.1