blob: 8cfdc8876da16ee28dc6f36dbf6ac6e802e2bd74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
## Process this file with automake to produce Makefile.in
presetsdatadir = $(gimpdatadir)/gimpressionist/Presets
presetsdata_DATA = \
ApplyCanvas \
Ballpark \
Canvas \
Crosshatch \
Cubism \
Dotify \
Embroidery \
Feathers \
Felt-marker \
Flowerbed \
Furry \
Line-art \
Line-art-2 \
Maggot-invasion \
MarbleMadness \
Mossy \
Painted_Rock \
Parquette \
Patchwork \
Ringworks \
Sample \
Smash \
Straws \
Weave \
Wormcan
EXTRA_DIST = $(presetsdata_DATA)
|