summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2005-01-05 18:56:40 +0000
committeraustriancoder <austriancoder>2005-01-05 18:56:40 +0000
commit0513b6d4fac0f2be74b95fa06e52ee19f7f399c7 (patch)
tree7c9cab4b9b525aeaea86570d4b9ace57f701dd61
parent32b45aa1703ccab116aab88d6ef6136f477c6202 (diff)
downloadvdr-plugin-dxr3-0513b6d4fac0f2be74b95fa06e52ee19f7f399c7.tar.gz
vdr-plugin-dxr3-0513b6d4fac0f2be74b95fa06e52ee19f7f399c7.tar.bz2
removed -lz from makefile
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25509e7..56e2350 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.8 2004/10/24 11:22:21 austriancoder Exp $
+# $Id: Makefile,v 1.9 2005/01/05 18:56:40 austriancoder Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -81,7 +81,7 @@ $(DEPFILE): Makefile
all: libvdr-$(PLUGIN).so
libvdr-$(PLUGIN).so: $(OBJS)
- $(CXX) $(CXXFLAGS) -lz -shared $(OBJS) $(LIBS) -o $@
+ $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
dist: clean