blob: b8c328252322774ae154539c4d835c514c531f03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
## Makefile.am for gimp/data/brushes/Texture
brushtexturedatadir = $(gimpdatadir)/brushes/Texture
brushtexturedata_DATA = \
Cell-01.gbr \
Cell-02.gbr \
Grass.gih \
Hatch-Pen-01.gbr \
Smoke.gbr \
Stone-Work-01.gih \
Texture-01.gbr \
Texture-02.gbr \
Texture-Hose-01.gih \
Texture-Hose-02.gih \
Texture-Hose-03.gih \
Vegetation-01.gbr \
Vegetation-02.gih
EXTRA_DIST = $(brushtexturedata_DATA)
|