]> git.sesse.net Git - movit/commitdiff
Install defs.h on make install, since it is needed by effect.h.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 5 Feb 2013 09:15:02 +0000 (10:15 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 5 Feb 2013 09:15:02 +0000 (10:15 +0100)
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
 
        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)
 
 HDRS += $(INPUTS:=.h)
 HDRS += $(EFFECTS:=.h)