X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;h=3d043df428f51f02e1c9c05cfbb8be082f0b8924;hb=90cefaa31af0a85593a155fba8570e04c653225a;hp=597071b58621f9e2c5bbc033a5d130dec4b588e5;hpb=277d6e1d016e69184fd49b867ff1268d3ff668f5;p=lttng-ust.git diff --git a/doc/examples/easy-ust/Makefile b/doc/examples/easy-ust/Makefile index 597071b5..3d043df4 100644 --- a/doc/examples/easy-ust/Makefile +++ b/doc/examples/easy-ust/Makefile @@ -16,7 +16,8 @@ # the "html" target helps for documentation (req. code2html) CC = gcc -LIBS = -ldl -llttng-ust +LIBS = -ldl -llttng-ust # On Linux +#LIBS = -lc -llttng-ust # On BSD CFLAGS = -I. all: sample