Detect and document dependency on -ldl on Linux, -lc on BSD for dlopen
[lttng-ust.git] / doc / examples / gen-tp / Makefile
index b29eed4cf707821d8d695274d7387f2a72399150..518f017498b279814aa992c10d03133cc2b6fb45 100644 (file)
@@ -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
 
This page took 0.023645 seconds and 4 git commands to generate.