18 lines
376 B
Makefile
18 lines
376 B
Makefile
## Makefile.am for gimp/data/brushes/Texture
|
|
|
|
brushtexturedatadir = $(gimpdatadir)/brushes/Texture
|
|
|
|
brushtexturedata_DATA = \
|
|
Cell_01.gbr \
|
|
Cell_02.gbr \
|
|
Smoke.gbr \
|
|
Structure.gbr \
|
|
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)
|