X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=d1eb16533be13670b6d5ac212edc9097f3870c57;hp=4656959708cc71f6286377c5824b8c026e909e15;hb=111c1867b9b6096a8e96650a74659806387b11c1;hpb=29f588a91a202a6d515dfb7383ecacc25668b7f7 diff --git a/Makefile.in b/Makefile.in index 4656959..d1eb165 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,6 +54,7 @@ UNTESTED_EFFECTS = sandbox_effect UNTESTED_EFFECTS += mirror_effect UNTESTED_EFFECTS += resize_effect UNTESTED_EFFECTS += vignette_effect +UNTESTED_EFFECTS += multiply_effect EFFECTS = $(TESTED_EFFECTS) $(UNTESTED_EFFECTS) @@ -121,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)