summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-09-28 23:06:40 +0200
committerJochen Dolze <vdr@dolze.de>2012-09-28 23:06:40 +0200
commit82920ea01d29d74894dae87a868e63b8d0acb717 (patch)
tree6501978f171dcf9f3340e73422d412cc6c0e2b7d
parentc21e42cf4093f66d98b14ed641c5292938c74026 (diff)
downloadvdr-plugin-markad-82920ea01d29d74894dae87a868e63b8d0acb717.tar.gz
vdr-plugin-markad-82920ea01d29d74894dae87a868e63b8d0acb717.tar.bz2
Added LDFLAGS to makefile
-rw-r--r--command/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile b/command/Makefile
index 648e1f9..0230301 100644
--- a/command/Makefile
+++ b/command/Makefile
@@ -83,7 +83,7 @@ i18n: $(I18Npot)
### Targets:
markad: $(OBJS)
- $(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
MANDIR = $(DESTDIR)/usr/share/man