From 583151ff64eaa763508e09940b8db9097dc049dc Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 13 Mar 2014 21:41:35 +0100 Subject: [PATCH] Properly install fp16.h. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2