From 00b217e613614b8addc4ee2bbcdec473275842fd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 15 Feb 2013 08:19:59 -0500 Subject: [PATCH] Fix package: don't distribute generated headers Fixes #421 Signed-off-by: Mathieu Desnoyers --- include/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index df308f9b..4f028dba 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,11 +9,9 @@ nobase_include_HEADERS = \ lttng/ust-tracepoint-event-nowrite.h \ lttng/ust-events.h \ lttng/ust-ctl.h \ - lttng/ust-version.h \ lttng/ust-abi.h \ lttng/ringbuffer-abi.h \ lttng/ust-tracer.h \ - lttng/ust-config.h \ lttng/ust-compiler.h \ lttng/ust.h \ lttng/ust-endian.h \ @@ -33,3 +31,9 @@ noinst_HEADERS = \ lttng/bitfield.h \ helper.h \ share.h + +# Auto-generated by configure. + +nobase_nodist_include_HEADERS = \ + lttng/ust-config.h \ + lttng/ust-version.h -- 2.34.1