Fix package: don't distribute generated headers
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Feb 2013 13:19:59 +0000 (08:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Feb 2013 13:21:14 +0000 (08:21 -0500)
Fixes #421

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am

index df308f9bb91d49e903f9a2a20a75a5df0bdc97bf..4f028dba49b6b11903a7520f53902615130b979a 100644 (file)
@@ -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
This page took 0.025205 seconds and 4 git commands to generate.