blob: 1aee9af82724f1ba5e6742413740d0d1a68996d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- doc/examples/hello-static-lib/Makefile.orig 2022-03-25 15:37:17 UTC
+++ doc/examples/hello-static-lib/Makefile
@@ -8,8 +8,8 @@
# This makefile is purposefully kept simple to support GNU and BSD make.
LOCAL_CPPFLAGS += -I.
-LIBS = -ldl -llttng-ust # On Linux
-#LIBS = -lc -llttng-ust # On BSD
+#LIBS = -ldl -llttng-ust # On Linux
+LIBS = -llttng-ust # On FreeBSD
AM_V_P := :
AR ?= ar
|