diff options
| author | Lars Hanisch <dvb@flensrocker.de> | 2010-08-15 14:56:26 +0200 |
|---|---|---|
| committer | Lars Hanisch <dvb@flensrocker.de> | 2010-08-15 14:56:26 +0200 |
| commit | daedb268765b337684e02ed1e26507c2b96ab5d5 (patch) | |
| tree | 24bc3dc57136f1f1f66e948e33484e7dac6b18a7 /Makefile | |
| parent | 94189d49ae36ecabdb6ad053c8e24e2741546eae (diff) | |
| parent | e4a12a7a4343c0654f47a7a5886b409cc8500f27 (diff) | |
| download | vdr-plugin-pvrinput-daedb268765b337684e02ed1e26507c2b96ab5d5.tar.gz vdr-plugin-pvrinput-daedb268765b337684e02ed1e26507c2b96ab5d5.tar.bz2 | |
Merge remote branch 'osd/rb_osd_submenues'
Merged the patches to organize the settings menu in submenus.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = pvrinput.o common.o device.o reader.o menu.o setup.o filter.o sourceparams.o +OBJS = pvrinput.o common.o device.o reader.o menu.o setup.o filter.o sourceparams.o submenu.o ### The main target: |
