From 534acae966e3b9dff5501193ce9b863afb7a41da Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 5 Feb 2013 10:15:02 +0100 Subject: [PATCH] Install defs.h on make install, since it is needed by effect.h. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2