summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 21:20:27 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 21:20:27 +0000
commit8e5c757017f4ead1aba1985ba2f3c17900f877f6 (patch)
tree39efa429e12453816602278910d87af1d624d4e4 /Makefile
parentde9bf5d53f4fea4f8f8cb1bea685e49d8a90d49f (diff)
downloadvdr-plugin-live-8e5c757017f4ead1aba1985ba2f3c17900f877f6.tar.gz
vdr-plugin-live-8e5c757017f4ead1aba1985ba2f3c17900f877f6.tar.bz2
- removed creation of libvdr-*.la
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 47b8acb..25d4a86 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.23 2007/01/05 19:39:12 lordjaxom Exp $
+# $Id: Makefile,v 1.24 2007/01/05 21:20:27 lordjaxom Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -93,7 +93,6 @@ SUBDIRS:
libvdr-$(PLUGIN).so: $(PLUGINOBJS) $(LIBS) $(WEBLIBS)
$(CXX) $(LDFLAGS) -Wl,--whole-archive -shared -o $@ $^
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
- @echo "dlname=\"$@.$(APIVERSION)\"" > $(LIBDIR)/$(shell basename $@ .so).la
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)