From: Mathieu Desnoyers Date: Fri, 15 Feb 2013 13:19:59 +0000 (-0500) Subject: Fix package: don't distribute generated headers X-Git-Tag: v2.2.0-rc1~83 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=00b217e613614b8addc4ee2bbcdec473275842fd Fix package: don't distribute generated headers Fixes #421 Signed-off-by: Mathieu Desnoyers --- 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