diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 17:09:38 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 17:09:38 +0000 |
commit | 53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80 (patch) | |
tree | 625bc6371de3a5cffb3818c5c4c5ad918ce9adc0 /images/Makefile | |
parent | 17ebcffe9b12cad36075af64d435f73c686dc51a (diff) | |
download | vdr-plugin-live-53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80.tar.gz vdr-plugin-live-53d9395cdd5bfb149ccc39b0b6728c68dbc9fa80.tar.bz2 |
Various stuff, I'm in a hurry
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 05f3f7d..fb0f8f7 100644 --- a/images/Makefile +++ b/images/Makefile @@ -21,7 +21,8 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ bg_box_l.o bg_box_r.o movie.o menu_line_bg.o \ bg_line.o bg_tools.o zap.o favicon.o bg_line_top.o \ reload.o stop.o one_uparrow.o one_downarrow.o tv.o \ - remotecontrol.o search.o record_timer.o + remotecontrol.o search.o record_timer.o button_red.o \ + button_green.o ### Default rules: |