From: Steinar H. Gunderson Date: Thu, 13 Mar 2014 20:41:35 +0000 (+0100) Subject: Properly install fp16.h. X-Git-Tag: 1.0~12 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=583151ff64eaa763508e09940b8db9097dc049dc Properly install fp16.h. --- diff --git a/Makefile.in b/Makefile.in index 93318cf..20586b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -140,7 +140,7 @@ coverage: @exit 1 endif -HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h +HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h fp16.h HDRS += $(INPUTS:=.h) HDRS += $(EFFECTS:=.h)