Detect and document dependency on -ldl on Linux, -lc on BSD for dlopen
[lttng-ust.git] / doc / examples / easy-ust / Makefile
index 597071b58621f9e2c5bbc033a5d130dec4b588e5..3d043df428f51f02e1c9c05cfbb8be082f0b8924 100644 (file)
@@ -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
This page took 0.029266 seconds and 4 git commands to generate.