From: Alexandre Montplaisir Date: Mon, 13 Feb 2012 23:29:09 +0000 (-0500) Subject: Add trace-collection.h to the installed headers X-Git-Tag: v0.12~12 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=b42d991683dfdc937a4ea3542319a7c6ae6faf98 Add trace-collection.h to the installed headers Or else the tarball generated by 'make dist' fails to compile with context.c:27:41: fatal error: babeltrace/trace-collection.h: No such file or directory Signed-off-by: Alexandre Montplaisir Signed-off-by: Mathieu Desnoyers --- diff --git a/include/Makefile.am b/include/Makefile.am index 5979b382..12b89470 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,6 +3,7 @@ babeltraceinclude_HEADERS = \ babeltrace/format.h \ babeltrace/context.h \ babeltrace/iterator.h \ + babeltrace/trace-collection.h \ babeltrace/trace-handle.h