X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=d1eb16533be13670b6d5ac212edc9097f3870c57;hp=f5ae1034106ea6998915492d7f0eb834ca8a3e33;hb=4e1cc130959901f8be5566eacf7ecadbc7e0e9b2;hpb=6f0d068e83d8aa03e1d530d02762da199fc5a1ff;ds=sidebyside 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)