mirror of https://github.com/GNOME/gimp.git
21 lines
413 B
Makefile
21 lines
413 B
Makefile
## 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)
|