]> git.sesse.net Git - movit/commitdiff
Properly install texture1d.frag, which is needed during init.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 13 Mar 2014 20:44:15 +0000 (21:44 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 13 Mar 2014 20:44:15 +0000 (21:44 +0100)
Makefile.in

index 20586b62e981cd0d4e962cd032e68c25091348e5..8164e3849913a4922dfe2c5b71a29be4a474b47d 100644 (file)
@@ -149,6 +149,7 @@ SHADERS += $(INPUTS:=.frag)
 SHADERS += $(EFFECTS:=.frag)
 SHADERS += highlight_cutoff_effect.frag
 SHADERS += overlay_matte_effect.frag
+SHADERS += texture1d.frag
 
 # These purposefully do not exist.
 MISSING_SHADERS = diffusion_effect.frag glow_effect.frag unsharp_mask_effect.frag resize_effect.frag