d4317a0839
tools; data/shaders; data/tutorials; and other missing files. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9772 178a84e3-b1eb-0310-8ba1-8eac791a3b58
9 lines
258 B
Makefile
9 lines
258 B
Makefile
# tools
|
|
|
|
dist_pkgdata_DATA = \
|
|
$(shell find . -maxdepth 2 -name "*.cpp") \
|
|
$(shell find . -maxdepth 2 -name "*.h") \
|
|
$(shell find . -maxdepth 2 -name "*.sln") \
|
|
$(shell find . -maxdepth 2 -name "*.vcproj") \
|
|
$(shell find . -maxdepth 2 -name "po_list")
|