[PATCH 4/7] wmail: Link shared lbraries in correct order.

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 wmail/src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmail/src/Makefile.in b/wmail/src/Makefile.in
index 1901884..2e0280e 100644
--- a/wmail/src/Makefile.in
+++ b/wmail/src/Makefile.in
@@ -10,7 +10,7 @@ CFLAGS  = @CFLAGS@ @XCFLAGS@
 default all target: wmail
 
 wmail: wmail.o common.o config.o
-	$(CC) $(CFLAGS) $(LIBS) -o $@ $^
+	$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
 
 wmail.o: wmail.c common.h config.h xpm/main.xpm xpm/symbols.xpm xpm/numbers.xpm xpm/button.xpm xpm/chars.xpm
 	$(CC) $(CFLAGS) -o $@ -c $<
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.