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