Gimp/data/images/Makefile.am
Ell b2d40eb994 data: don't install gimp-splash.xcf
We only need it in git.
2018-03-26 15:37:01 -04:00

16 lines
260 B
Makefile

## Makefile.am for gimp/data/images
imagedatadir = $(gimpdatadir)/images
if GIMP_UNSTABLE
GIMP_LOGO = gimp-devel-logo.png
else
GIMP_LOGO = gimp-logo.png
endif
imagedata_DATA = \
$(GIMP_LOGO) \
gimp-splash.png \
wilber.png
EXTRA_DIST = $(imagedata_DATA)