14 lines
298 B
Makefile
14 lines
298 B
Makefile
## Makefile.am for tuxtype - images/status:
|
|
## Process with Automake to create Makefile.in
|
|
|
|
images_statusdir = $(pkgdatadir)/images/status
|
|
|
|
dist_images_status_DATA = gameover.png \
|
|
numbers.png \
|
|
score.png \
|
|
tux_helmet1.png \
|
|
tux_helmet2.png \
|
|
tux_helmet3.png \
|
|
wave.png \
|
|
standby.png
|