X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;h=319db79f11f3eb074d972552295615266408f484;hb=ec1adbb8cbf77babf59853b24460840e9895cf91;hp=597071b58621f9e2c5bbc033a5d130dec4b588e5;hpb=bd68f05335c6f9831d1da9403b0854a7df16d2ca;p=lttng-ust.git diff --git a/doc/examples/easy-ust/Makefile b/doc/examples/easy-ust/Makefile index 597071b5..319db79f 100644 --- a/doc/examples/easy-ust/Makefile +++ b/doc/examples/easy-ust/Makefile @@ -22,7 +22,7 @@ CFLAGS = -I. all: sample sample: sample.o tp.o - $(CC) $(LIBS) -o $@ $^ + $(CC) -o $@ $^ $(LIBS) sample.o: sample.c sample_component_provider.h $(CC) $(CFLAGS) -c -o $@ $<