stk-code_catmod/tools/Makefile.am

9 lines
258 B
Makefile
Raw Normal View History

# 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")