summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <git@e-tobi.net>2010-02-14 22:33:13 +0100
committerTobias Grimm <git@e-tobi.net>2010-02-14 22:33:13 +0100
commit481745255e5bb50287595e3134f517c6cbdcccea (patch)
treea52fcbb772d3743df8bb77259b17127cc0192194 /Makefile
parent35e75af67d6f13893c0301b5b88eb7b27f147bba (diff)
downloadvdr-plugin-ttxtsubs-481745255e5bb50287595e3134f517c6cbdcccea.tar.gz
vdr-plugin-ttxtsubs-481745255e5bb50287595e3134f517c6cbdcccea.tar.bz2
Dramatic code drop, removed live receiver code
live and replay data will be feed by the VDR patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c8e11a6..70c5ddd 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o ttxtsubsdisplayer.o ttxtsubsdisplay.o teletext.o siinfo.o \
- ttxtsubsfilter.o ttxtsubsreceiver.o \
+OBJS = $(PLUGIN).o ttxtsubsdisplayer.o ttxtsubsdisplay.o teletext.o \
ttxtsubspagemenu.o ttxtsubschannelsettings.o
### Implicit rules: