2011-09-06 02:09:27 -04:00
|
|
|
# tools
|
|
|
|
|
2011-11-14 18:01:03 -05:00
|
|
|
EXTRA_DIST = \
|
2011-09-06 02:09:27 -04:00
|
|
|
$(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")
|