2004-02-10 Sven Neumann <sven@gimp.org> * configure.in: bumped version to 1.3.27 (interface_age 1, binary_age 1). Added GIMP_DESKTOP_ICON variable and set it depending on GIMP_UNSTABLE. * data/images/Makefile.am * data/images/wilber-devel-icon.png * data/images/wilber-icon.png: renamed the development icon and added one for the stable version. * data/misc/gimp.desktop.in.in: use @GIMP_DESKTOP_ICON@.
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)
|