diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-08-18 17:16:07 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-08-18 17:16:07 +0200 |
| commit | 3dbd82cf4db68785afeda17b8eee7f87c7d80dd7 (patch) | |
| tree | 2fe072f29badec385ad9449817d06708b0a1de79 /data/skin_default/icons | |
| parent | 911e54496f061ca9cd22bef12a889b70b5bb03a9 (diff) | |
| download | enigma2-3dbd82cf4db68785afeda17b8eee7f87c7d80dd7.tar.gz enigma2-3dbd82cf4db68785afeda17b8eee7f87c7d80dd7.zip | |
do not use wildcards, because it breaks builds outside the source directory and therefore breaks 'make distcheck'
Diffstat (limited to 'data/skin_default/icons')
| -rw-r--r-- | data/skin_default/icons/Makefile.am | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/data/skin_default/icons/Makefile.am b/data/skin_default/icons/Makefile.am index cf4ddc25..8e2052b0 100644 --- a/data/skin_default/icons/Makefile.am +++ b/data/skin_default/icons/Makefile.am @@ -1,4 +1,50 @@ installdir = $(pkgdatadir)/skin_default/icons dist_install_DATA = \ - *.png + clock.png \ + dish.png \ + dish_scan.png \ + dmm_logo.png \ + epgclock_add.png \ + epgclock.png \ + epgclock_post.png \ + epgclock_pre.png \ + epgclock_prepost.png \ + folder.png \ + ico_mp_forward.png \ + ico_mp_pause.png \ + ico_mp_play.png \ + ico_mp_rewind.png \ + ico_mp_stop.png \ + icon_crypt.png \ + icon_dolby.png \ + icon_event.png \ + icon_format.png \ + icon_rec_off.png \ + icon_rec.png \ + icons_off.png \ + icon_txt.png \ + icon_view.png \ + input_error.png \ + input_info.png \ + input_question.png \ + lock_error.png \ + lock_off.png \ + lock_on.png \ + lock.png \ + marker.png \ + mp_buttons.png \ + plugin.png \ + rass_logo.png \ + rass_page1.png \ + rass_page2.png \ + rass_page3.png \ + rass_page4.png \ + record.png \ + redx.png \ + repeat_off.png \ + repeat_on.png \ + scan-c.png \ + scan-s.png \ + scan-t.png \ + selectioncross.png |
