1## Process this file with automake to produce Makefile.in
2
3scriptdatadir	= $(pkgdatadir)/script
4scriptdata_DATA	= \
5Backend.pl         Collision.pl   Doodad.pl        Keys.pl         Rewind.pl    \
6CollectedStats.pl  Damage.pl      Fighter.pl       PlayerInput.pl  State.pl     \
7CollectStats.pl    DataHelper.pl  FighterStats.pl  QuickSave.pl    Translate.pl
8
9
10EXTRA_DIST = $(scriptdata_DATA)
11