Fix: libs order in Makefile
[lttng-ust.git] / doc / examples / hello-static-lib / Makefile
index f19133286dfe565d20b82b2b2ab3a2685f1eb77d..9a079ec1bfbdb6dbe250308baf746c6db30a10d5 100644 (file)
@@ -34,7 +34,7 @@ hello.o: hello.c
 
 hello: hello.o lttng-ust-provider-hello.a
        $(CC) -o $@ $(LDFLAGS) $(CPPFLAGS) $(AM_LDFLAGS) $(AM_CFLAGS) \
-               $(LIBS) hello.o lttng-ust-provider-hello.a
+               hello.o lttng-ust-provider-hello.a $(LIBS)
 
 .PHONY: clean
 clean:
This page took 0.024167 seconds and 4 git commands to generate.