diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-09-28 23:06:40 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-09-28 23:06:40 +0200 |
commit | 82920ea01d29d74894dae87a868e63b8d0acb717 (patch) | |
tree | 6501978f171dcf9f3340e73422d412cc6c0e2b7d | |
parent | c21e42cf4093f66d98b14ed641c5292938c74026 (diff) | |
download | vdr-plugin-markad-82920ea01d29d74894dae87a868e63b8d0acb717.tar.gz vdr-plugin-markad-82920ea01d29d74894dae87a868e63b8d0acb717.tar.bz2 |
Added LDFLAGS to makefile
-rw-r--r-- | command/Makefile | 2 |
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 |