]> git.sesse.net Git - movit/commitdiff
Fix a typo in the make install target.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Mar 2014 22:52:15 +0000 (23:52 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 24 Mar 2014 22:52:15 +0000 (23:52 +0100)
Makefile.in

index 3b5f6c3ab3a8c08f3119f8992d8e98c2358dfc95..50431c2e5c2a4e144c47a2026e58ed209eeaed5c 100644 (file)
@@ -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