make it possible to use themed standard named icons so to have also gtk dialogs show icons in the same style as GIMP ui.
13 lines
165 B
Makefile
13 lines
165 B
Makefile
SUBDIRS = \
|
|
Color \
|
|
Legacy \
|
|
Symbolic \
|
|
Symbolic-Inverted
|
|
|
|
iconsdir = $(gimpdatadir)/icons/hicolor
|
|
|
|
icons_DATA = \
|
|
index.theme
|
|
|
|
EXTRA_DIST = \
|
|
$(icons_DATA)
|