]> 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 13fb6f9c28ef8cc685d75b094fbe05ca854f79cd..f98bbfc83e0a9f92db45582454b63d472305b696 100644 (file)
@@ -103,7 +103,7 @@ distclean: clean
 check: $(TESTS)
        FAILED_TESTS=""; \
        for TEST in $(TESTS); do \
-           ./$$TEST || FAILED_TESTS="$$TEST $$FAILED_TESTS"; \
+               ./$$TEST || FAILED_TESTS="$$TEST $$FAILED_TESTS"; \
        done; \
        if [ "$$FAILED_TESTS" ]; then \
                echo Failed tests: $$FAILED_TESTS; \
@@ -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)