Description: List libraries after the objects that require them
Author: Colin Watson <cjwatson@ubuntu.com>
Forwarded: no
Last-Update: 2011-11-11

Index: b/makefiles/makefile
===================================================================
--- a/makefiles/makefile
+++ b/makefiles/makefile
@@ -44,7 +44,7 @@
 mandelbulber: $(OBJS) $(USER_OBJS)
 	@echo 'Building target: $@'
 	@echo 'Invoking: GCC C++ Linker'
-	g++ `pkg-config --libs gtk+-2.0 gthread-2.0` -o"mandelbulber"$(OBJS) $(USER_OBJS) $(LIBS)
+	g++ -o"mandelbulber"$(OBJS) $(USER_OBJS) `pkg-config --libs gtk+-2.0 gthread-2.0` $(LIBS)
 	@echo 'Finished building target: $@'
 	@echo ' '
 
