summaryrefslogtreecommitdiff
path: root/PLUGINS/src/pictures/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-12-26 12:11:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-12-26 12:11:58 +0100
commit6c0612546ee688d7b7a800bb236396d800c4e19d (patch)
tree343d454c4e69170ed50992e22d7226422d887dc6 /PLUGINS/src/pictures/Makefile
parentc60c8b9e4f5b603157e5ac2acdbd2ad63f453b18 (diff)
downloadvdr-6c0612546ee688d7b7a800bb236396d800c4e19d.tar.gz
vdr-6c0612546ee688d7b7a800bb236396d800c4e19d.tar.bz2
Added LDFLAGS to the linker calls in the Makefiles
Diffstat (limited to 'PLUGINS/src/pictures/Makefile')
-rw-r--r--PLUGINS/src/pictures/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/Makefile b/PLUGINS/src/pictures/Makefile
index 7268f610..c8e34139 100644
--- a/PLUGINS/src/pictures/Makefile
+++ b/PLUGINS/src/pictures/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 2.4 2010/10/24 13:44:24 kls Exp $
+# $Id: Makefile 2.5 2010/12/26 12:04:17 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -99,7 +99,7 @@ i18n: $(I18Nmsgs) $(I18Npot)
### Targets:
libvdr-$(PLUGIN).so: $(OBJS)
- $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
@cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION)
dist: $(I18Npo) clean