9 lines
248 B
Makefile
9 lines
248 B
Makefile
## Makefile.am for gimp/data/tool-presets/Selection
|
|
|
|
toolpresetsselectiondatadir = $(gimpdatadir)/tool-presets/Selection
|
|
|
|
toolpresetsselectiondata_DATA = \
|
|
Circle-200px.gtp \
|
|
Feathered-Selection.gtp
|
|
|
|
EXTRA_DIST = $(toolpresetsselectiondata_DATA)
|