From 4e1cc130959901f8be5566eacf7ecadbc7e0e9b2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 24 Dec 2013 16:07:56 +0100 Subject: [PATCH] Install effect_util.h; it is useful for people implementing their own effects. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index f5ae103..d1eb165 100644 --- a/Makefile.in +++ b/Makefile.in @@ -122,7 +122,7 @@ coverage: check lcov --remove movit.info '*_test.cpp' '*/test_util.{cpp,h}' -o movit.info genhtml -o coverage movit.info -HDRS = effect_chain.h effect.h input.h image_format.h init.h util.h defs.h +HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h HDRS += $(INPUTS:=.h) HDRS += $(EFFECTS:=.h) -- 2.39.2