320f10c85b
On non-Windows, the icons are installed on the system's icon directory, so installing our index.theme might override the system's one. Since it's highly unlikely the theme index is missing on non-Windows, just don't install it.
8 lines
161 B
Makefile
8 lines
161 B
Makefile
SUBDIRS = 16x16 24x24 32x32 48x48 scalable
|
|
|
|
# only install index.theme on Windows
|
|
if MINGW
|
|
iconsdir = $(datadir)/icons/Tango
|
|
dist_icons_DATA = index.theme
|
|
endif
|