Codebase list virt-viewer / 040a88a0-8b1c-4972-8e9b-d476bd5f6b75/main icons / 256x256 / Makefile.am
040a88a0-8b1c-4972-8e9b-d476bd5f6b75/main

Tree @040a88a0-8b1c-4972-8e9b-d476bd5f6b75/main (Download .tar.gz)

Makefile.am @040a88a0-8b1c-4972-8e9b-d476bd5f6b75/mainraw · 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