diff options
| author | Rainer Blickle <rblickle@gmx.de> | 2010-07-08 07:25:57 +0200 |
|---|---|---|
| committer | Rainer Blickle <rblickle@gmx.de> | 2010-07-08 07:25:57 +0200 |
| commit | d9be75f4b0eec56aaa9347e1b6cc7a66a2a3ef34 (patch) | |
| tree | 9051b46f06cfe54112a352c64c2c4badf087d602 /Makefile | |
| parent | b856f4fb464607fe195f34cb3523429d7d3f4d2f (diff) | |
| download | vdr-plugin-pvrinput-d9be75f4b0eec56aaa9347e1b6cc7a66a2a3ef34.tar.gz vdr-plugin-pvrinput-d9be75f4b0eec56aaa9347e1b6cc7a66a2a3ef34.tar.bz2 | |
introduce submenues
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: |
