Codebase list virt-viewer / upstream/6.0 icons / 32x32 / Makefile.am
upstream/6.0

Tree @upstream/6.0 (Download .tar.gz)

Makefile.am @upstream/6.0raw · history · blame

1
2
3
4
5
6
7
size = $(notdir $(PWD))
icondir = $(datadir)/icons/hicolor/$(size)/apps/
icon_DATA = $(PACKAGE).png

EXTRA_DIST = $(icon_DATA)

-include $(top_srcdir)/git.mk