mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-11 05:17:45 +03:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
size = $(notdir $(PWD))
|
|
icondir = $(datadir)/icons/hicolor/$(size)/apps/
|
|
icon_DATA = $(PACKAGE).png
|
|
|
|
EXTRA_DIST = $(icon_DATA)
|