2012-01-22 00:14:34 +08:00
|
|
|
## Makefile.am for gimp/data/brushes/Texture
|
|
|
|
|
|
|
|
brushtexturedatadir = $(gimpdatadir)/brushes/Texture
|
|
|
|
|
2012-01-22 01:15:16 +08:00
|
|
|
brushtexturedata_DATA = \
|
2012-02-05 02:59:21 +08:00
|
|
|
Cell-01.gbr \
|
|
|
|
Cell-02.gbr \
|
|
|
|
Grass.gih \
|
2018-04-24 09:16:02 +08:00
|
|
|
Hatch-Pen-01.gbr \
|
2012-01-22 00:14:34 +08:00
|
|
|
Smoke.gbr \
|
2018-04-24 09:16:02 +08:00
|
|
|
Stone-Work-01.gih \
|
2012-02-05 02:59:21 +08:00
|
|
|
Texture-01.gbr \
|
|
|
|
Texture-02.gbr \
|
|
|
|
Texture-Hose-01.gih \
|
|
|
|
Texture-Hose-02.gih \
|
|
|
|
Texture-Hose-03.gih \
|
|
|
|
Vegetation-01.gbr \
|
|
|
|
Vegetation-02.gih
|
2012-01-22 00:14:34 +08:00
|
|
|
|
|
|
|
EXTRA_DIST = $(brushtexturedata_DATA)
|