This brush is not to be considered seriously and is mostly a "troll". If we want to keep it, let's make a proper category.
10 lines
202 B
Makefile
10 lines
202 B
Makefile
## Makefile.am for gimp/data/brushes/Legacy
|
|
|
|
brushlegacydatadir = $(gimpdatadir)/brushes/Legacy
|
|
|
|
brushlegacydata_DATA = \
|
|
confetti.gbr \
|
|
confetti.gih \
|
|
vine.gih
|
|
|
|
EXTRA_DIST = $(brushlegacydata_DATA)
|