X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Feasy-ust%2FMakefile;h=3d043df428f51f02e1c9c05cfbb8be082f0b8924;hb=c6c454ab6ca9d19041d4f16e6139b514fe1b954f;hp=597071b58621f9e2c5bbc033a5d130dec4b588e5;hpb=bf24b009e15fdf7c9c5fdf464a2576ce8cd7dfc3;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