X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fgen-tp%2FMakefile;h=518f017498b279814aa992c10d03133cc2b6fb45;hb=c6c454ab6ca9d19041d4f16e6139b514fe1b954f;hp=b29eed4cf707821d8d695274d7387f2a72399150;hpb=bf24b009e15fdf7c9c5fdf464a2576ce8cd7dfc3;p=lttng-ust.git diff --git a/doc/examples/gen-tp/Makefile b/doc/examples/gen-tp/Makefile index b29eed4c..518f0174 100644 --- a/doc/examples/gen-tp/Makefile +++ b/doc/examples/gen-tp/Makefile @@ -16,7 +16,9 @@ # provider probe. CC = gcc -LIBS = -ldl -llttng-ust + +LIBS = -ldl -llttng-ust #On Linux +#LIBS = -lc -llttng-ust #On BSD all: sample