summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-04-24 16:19:14 +0000
committerlordjaxom <lordjaxom>2005-04-24 16:19:14 +0000
commite2d58e6c2c159460be257a61f87ddad6fbd2c0ba (patch)
tree1f53e245195d93930e6093e1f015c5027bf10b3f /Makefile
parent183de0e401637f73a4f8afd10e38cb3f17a6a0f3 (diff)
downloadvdr-plugin-streamdev-e2d58e6c2c159460be257a61f87ddad6fbd2c0ba.tar.gz
vdr-plugin-streamdev-e2d58e6c2c159460be257a61f87ddad6fbd2c0ba.tar.bz2
- removed menu code temporarily
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f682736..682eb39 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.4 2005/02/11 16:44:14 lordjaxom Exp $
+# $Id: Makefile,v 1.5 2005/04/24 16:19:14 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -52,7 +52,7 @@ COMMONOBJS = common.o i18n.o \
CLIENTOBJS = $(PLUGIN)-client.o \
\
- client/socket.o client/device.o client/setup.o client/menu.o \
+ client/socket.o client/device.o client/setup.o \
client/remote.o client/assembler.o client/filter.o