From: Steinar H. Gunderson Date: Tue, 24 Dec 2013 15:07:56 +0000 (+0100) Subject: Install effect_util.h; it is useful for people implementing their own effects. X-Git-Tag: 1.0~105 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=4e1cc130959901f8be5566eacf7ecadbc7e0e9b2 Install effect_util.h; it is useful for people implementing their own effects. --- 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)