blob: 47d797b81c18f9322435376026b53beffb04c346 (
plain) (
tree)
|
|
themedir = $(pkgdatadir)/icons/hicolor
size = 32x32
context = actions
iconsdir = $(themedir)/$(size)/$(context)
icons_DATA = \
bookmark-view.png \
history-view.png \
location-entry.png
noinst_DATA = \
bookmark-view.svg \
history-view.svg \
location-entry.svg
EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)
|