From: Mathieu Desnoyers Date: Mon, 10 Sep 2012 20:34:18 +0000 (-0400) Subject: Fix make dist: add missing filter header X-Git-Tag: v2.1.0-rc1~2 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=b9d1a0083deb8ae2deb9e24a167590b70aec1b72;p=lttng-ust.git Fix make dist: add missing filter header Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index cc36e20e..aeb5092f 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -29,6 +29,7 @@ liblttng_ust_runtime_la_SOURCES = \ ltt-context.c \ ltt-events.c \ lttng-filter.c \ + lttng-filter.h \ lttng-filter-validator.c \ lttng-filter-specialize.c \ lttng-filter-interpreter.c \