mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-11 16:05:51 -06:00
New icon from Jakub Steiner is based on virt-manager.org theme. Actually organize all our existing icons into a proper icon hierarchy.
7 lines
152 B
Makefile
7 lines
152 B
Makefile
SUBDIRS = hicolor
|
|
|
|
pixmapdir = $(pkgdatadir)/pixmaps
|
|
pixmap_DATA = $(wildcard $(srcdir)/*.png) $(wildcard $(srcdir)/*.svg)
|
|
|
|
EXTRA_DIST = $(pixmap_DATA)
|