From b9d1a0083deb8ae2deb9e24a167590b70aec1b72 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 10 Sep 2012 16:34:18 -0400 Subject: [PATCH] Fix make dist: add missing filter header Signed-off-by: Mathieu Desnoyers --- liblttng-ust/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1