2004-09-21 Sven Neumann <sven@gimp.org> * data/images/Makefile.am (imagedata_DATA): renamed gimp_splash.png to gimp-splash.png. * data/images/gimp-splash.png: new splash, courtesy of Dave Neary. * app/gui/splash.c: look for gimp-splash.png in the users directory, then in the systemwide images directory.
13 lines
248 B
Makefile
13 lines
248 B
Makefile
## Makefile.am for gimp/data/images
|
|
|
|
imagedatadir = $(gimpdatadir)/images
|
|
|
|
imagedata_DATA = \
|
|
gimp_logo.png \
|
|
gimp-splash.png \
|
|
wilber-devel-icon.png \
|
|
wilber-icon.png \
|
|
wilber-tips.png \
|
|
wilber-wizard.png
|
|
|
|
EXTRA_DIST = $(imagedata_DATA)
|