stk-code_catmod/data/shaders/Makefile.am

8 lines
193 B
Makefile
Raw Normal View History

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