mirror of
https://github.com/alexkay/spek.git
synced 2025-07-16 00:21:04 +03:00
14 lines
182 B
Makefile
14 lines
182 B
Makefile
# Makefile.am
|
|
|
|
themedir = $(datadir)/icons/hicolor
|
|
size = scalable
|
|
context = apps
|
|
|
|
iconsdir = $(themedir)/$(size)/$(context)
|
|
|
|
icons_DATA = \
|
|
spek.svg
|
|
|
|
EXTRA_DIST = \
|
|
$(icons_DATA)
|