]> git.sesse.net Git - movit/blobdiff - Makefile.in
Install effect_util.h; it is useful for people implementing their own effects.
[movit] / Makefile.in
index f5ae1034106ea6998915492d7f0eb834ca8a3e33..d1eb16533be13670b6d5ac212edc9097f3870c57 100644 (file)
@@ -122,7 +122,7 @@ coverage: check
        lcov --remove movit.info '*_test.cpp' '*/test_util.{cpp,h}' -o movit.info
        genhtml -o coverage movit.info
 
        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)
 
 HDRS += $(INPUTS:=.h)
 HDRS += $(EFFECTS:=.h)