blob: 545722693b3bb02e28d2668e97494ce9e6cd42d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
## Process this file with automake to produce Makefile.in
imagesdatadir = $(gimpdatadir)/scripts/images
imagesdata_DATA = \
beavis.jpg \
texture.jpg \
texture1.jpg \
texture2.jpg \
texture3.jpg
EXTRA_DIST = $(imagesdata_DATA)
|