]> git.sesse.net Git - movit/blobdiff - Makefile.in
Install defs.h on make install, since it is needed by effect.h.
[movit] / Makefile.in
index b3d1a3ff33801e0c4a53acfa81d2ee7c586184c3..f98bbfc83e0a9f92db45582454b63d472305b696 100644 (file)
@@ -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)