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