Revert "Fix (another) linker library order"
[lttng-ust.git] / doc / examples / hello-static-lib / Makefile
index dd246f70a5c274dd465f18cf025e57b5bc678e17..a5bf2df1a6b32fdb5ff5e62f7ce52a5a002b79a5 100644 (file)
@@ -46,7 +46,7 @@ hello.o: hello.c
        $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
 
 hello: hello.o lttng-ust-provider-hello.a
-       $(CC) -o $@ $(LDFLAGS) $^ $(LIBS)
+       $(CC) -o $@ $(LDFLAGS) $(LIBS) $^
 
 .PHONY: clean
 clean:
This page took 0.026276 seconds and 4 git commands to generate.