X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile.in;h=f98bbfc83e0a9f92db45582454b63d472305b696;hp=b3d1a3ff33801e0c4a53acfa81d2ee7c586184c3;hb=534acae966e3b9dff5501193ce9b863afb7a41da;hpb=36c525fc42f63bde0ef2ea48554a17a7e18411de diff --git a/Makefile.in b/Makefile.in index b3d1a3f..f98bbfc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,7 +116,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 +HDRS = effect_chain.h effect.h input.h image_format.h init.h util.h defs.h HDRS += $(INPUTS:=.h) HDRS += $(EFFECTS:=.h)