summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-02-08 17:22:35 +0000
committerlordjaxom <lordjaxom>2005-02-08 17:22:35 +0000
commitb2b925d1a933c9129eb84699e9893d80e7e9534d (patch)
tree67e9e1a54c473ad8ec6553a389cda918f8573044 /Makefile
parent0132230de0a894c4bf40dced2b82ea60546b9a61 (diff)
downloadvdr-plugin-streamdev-b2b925d1a933c9129eb84699e9893d80e7e9534d.tar.gz
vdr-plugin-streamdev-b2b925d1a933c9129eb84699e9893d80e7e9534d.tar.bz2
- transfer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 405a200..f48c4af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.1 2004/12/30 22:43:58 lordjaxom Exp $
+# $Id: Makefile,v 1.2 2005/02/08 17:22:35 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -49,7 +49,7 @@ DEFINES += -D_GNU_SOURCE
COMMONOBJS = common.o i18n.o \
\
tools/file.o tools/source.o tools/select.o tools/shared.o tools/socket.o \
- tools/string.o tools/tools.o
+ tools/tools.o
CLIENTOBJS = $(PLUGIN)-client.o \
\