You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
335 B
13 lines
335 B
10 years ago
|
iconsfilesdir = $(datadir)/enlightenment/data/icons
|
||
|
iconsfiles_DATA = \
|
||
|
data/icons/xterm.png \
|
||
|
data/icons/web_browser.png \
|
||
|
data/icons/audio_player.png \
|
||
|
data/icons/mail_client.png \
|
||
|
data/icons/video_player.png \
|
||
|
data/icons/text_editor.png \
|
||
|
data/icons/image_viewer.png \
|
||
|
data/icons/audio_player2.png
|
||
|
|
||
|
EXTRA_DIST += $(iconsfiles_DATA)
|