README.md edited online with Bitbucket
[gdash.git] / shaders / Makefile.am
blob36c2e1fa49f5f2d521fc3844d730eb25431a1167
1 ## Process this file with automake to produce Makefile.in
3 shadersdata = \
4         Curvature.shader \
5         Dot_N_Bloom.shader \
6         GDash-TV.shader \
7         Phosphor-simple.shader \
8         templateshader
10 if SDL
11   shadersdir = $(pkgdatadir)/shaders
12   shaders_DATA = $(shadersdata)
13 endif
15 EXTRA_DIST = $(shadersdata)