Makefile.am 251 B

123456789
  1. # tools
  2. EXTRA_DIST = \
  3. $(shell find . -maxdepth 2 -name "*.cpp") \
  4. $(shell find . -maxdepth 2 -name "*.h") \
  5. $(shell find . -maxdepth 2 -name "*.sln") \
  6. $(shell find . -maxdepth 2 -name "*.vcproj") \
  7. $(shell find . -maxdepth 2 -name "po_list")