From: Steinar H. Gunderson Date: Mon, 24 Mar 2014 22:52:15 +0000 (+0100) Subject: Fix a typo in the make install target. X-Git-Tag: 1.1~12^2~1 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=16c1e3f21fcd6b4965f3ba024a66ea8d78f7d760 Fix a typo in the make install target. --- diff --git a/Makefile.in b/Makefile.in index 3b5f6c3..50431c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,7 +166,7 @@ HDRS += $(EFFECTS:=.h) SHADERS = vs.vert vs.130.vert vs.300es.vert SHADERS += header.frag header.130.frag header.300es.frag SHADERS += footer.frag footer.130.frag footer.300es.frag -SHADERS += texture1d.frag texture1d.130.frag footer.300es.frag +SHADERS += texture1d.frag texture1d.130.frag texture1d.300es.frag SHADERS += $(INPUTS:=.frag) SHADERS += $(EFFECTS:=.frag) SHADERS += highlight_cutoff_effect.frag