8 lines
193 B
Makefile
8 lines
193 B
Makefile
|
# data/shaders/
|
||
|
|
||
|
pkgdatadir = $(datadir)/games/@PACKAGE@/data/shaders
|
||
|
|
||
|
dist_pkgdata_DATA = $(shell find $(srcdir) -name "*.frag") \
|
||
|
$(shell find $(srcdir) -name "*.vert")
|
||
|
|