You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
318 B
19 lines
318 B
|
|
bomberclone_playerdir = $(prefix)/@NO_PREFIX_PACKAGE_DATA_DIR@/player
|
|
|
|
bomberclone_player_DATA = \
|
|
dead0.png \
|
|
ghost.png \
|
|
playersick.png \
|
|
respawn.png \
|
|
player0.png \
|
|
player1.png \
|
|
player2.png \
|
|
player3.png \
|
|
player4.png \
|
|
player5.png \
|
|
player6.png \
|
|
player7.png
|
|
|
|
EXTRA_DIST = $(bomberclone_player_DATA)
|