From: Mathieu Desnoyers Date: Fri, 4 Nov 2011 21:02:14 +0000 (-0400) Subject: Add missing headers to install to makefile.am X-Git-Tag: v1.9.1~134 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=40c778e37ca58821024d7a859f02212a1ae93ac2;p=lttng-ust.git Add missing headers to install to makefile.am Signed-off-by: Mathieu Desnoyers --- 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