From 82920ea01d29d74894dae87a868e63b8d0acb717 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Fri, 28 Sep 2012 23:06:40 +0200 Subject: Added LDFLAGS to makefile --- command/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/Makefile') 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 -- cgit v1.2.3