mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-31 01:47:17 +03:00
2e7e6f6748
Windows XP (at least) doesn't recognize .svg files
13 lines
343 B
Makefile
13 lines
343 B
Makefile
EXTRA_DIST =
|
|
size = $(notdir $(PWD))
|
|
|
|
apps_icondir = $(datadir)/icons/hicolor/$(size)/apps/
|
|
apps_icon_DATA = $(PACKAGE).png
|
|
EXTRA_DIST += $(apps_icon_DATA)
|
|
|
|
devices_icondir = $(datadir)/icons/hicolor/$(size)/devices/
|
|
devices_icon_DATA = virt-viewer-usb.png virt-viewer-usb.svg
|
|
EXTRA_DIST += $(devices_icon_DATA)
|
|
|
|
-include $(top_srcdir)/git.mk
|