X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fhello-static-lib%2FMakefile;h=9a079ec1bfbdb6dbe250308baf746c6db30a10d5;hb=afd20a5651f5e7c7e7f91bd08ea3be266a44f5ac;hp=f19133286dfe565d20b82b2b2ab3a2685f1eb77d;hpb=0bade047c6b695d7ab0df693d54e9d46d81bc8ee;p=lttng-ust.git diff --git a/doc/examples/hello-static-lib/Makefile b/doc/examples/hello-static-lib/Makefile index f1913328..9a079ec1 100644 --- a/doc/examples/hello-static-lib/Makefile +++ b/doc/examples/hello-static-lib/Makefile @@ -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: