Makefile.am 666 B

12345678910111213141516171819202122232425262728293031323334353637
  1. SUBDIRS = dir1 dir2
  2. testdir = $(pkgdatadir)/data/test
  3. test_DATA = \
  4. arrow_up.png \
  5. arrow_up_A.png \
  6. arrow_up_B.png \
  7. arrow_up_S.png \
  8. dye.png \
  9. equipmentwindow.xml \
  10. hide.png \
  11. items.xml \
  12. itemxmlutils_test.xml \
  13. palette.gpl \
  14. paths.xml \
  15. quests.xml \
  16. serverlistplus.xml \
  17. simplefile.txt \
  18. test.txt \
  19. test2.txt \
  20. test.zip \
  21. test2.zip \
  22. test3.zip \
  23. test4.zip \
  24. test5.zip \
  25. testintmap.xml \
  26. units.xml \
  27. graphics/sprites/hairstyles/hairstyle01.png \
  28. graphics/sprites/hairstyles/hairstyle01.xml \
  29. graphics/sprites/hairstyles/hairstyle02.png \
  30. graphics/sprites/hairstyles/hairstyle02.xml
  31. EXTRA_DIST = \
  32. $(test_DATA) \
  33. CMakeLists.txt