From: Steinar H. Gunderson Date: Tue, 5 Feb 2013 09:15:02 +0000 (+0100) Subject: Install defs.h on make install, since it is needed by effect.h. X-Git-Tag: 1.0~118 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=534acae966e3b9dff5501193ce9b863afb7a41da Install defs.h on make install, since it is needed by effect.h. --- 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)