2002-11-18 Sven Neumann <sven@gimp.org> * data/images/Makefile.am * data/images/gimp_splash.gif: removed old animated splash. * data/images/gimp_splash.png: a new splash screen for 1.3.11 created by Jakub Steiner <jimmac@ximian.com>.
12 lines
223 B
Makefile
12 lines
223 B
Makefile
## Makefile.am for gimp/data/images
|
|
|
|
imagedatadir = $(gimpdatadir)/images
|
|
|
|
imagedata_DATA = \
|
|
gimp_logo.png \
|
|
gimp_splash.png \
|
|
wilber-icon.png \
|
|
wilber-tips.png \
|
|
wilber-wizard.png
|
|
|
|
EXTRA_DIST = $(imagedata_DATA)
|