18 lines
417 B
Text
18 lines
417 B
Text
|
--- doc/examples/easy-ust/Makefile.orig 2016-08-08 21:25:36 UTC
|
||
|
+++ doc/examples/easy-ust/Makefile
|
||
|
@@ -16,12 +16,8 @@
|
||
|
#
|
||
|
# This makefile is purposefully kept simple to support GNU and BSD make.
|
||
|
|
||
|
-ifdef AM_CC
|
||
|
- CC = $(AM_CC)
|
||
|
-endif
|
||
|
-
|
||
|
-LIBS = -ldl -llttng-ust # On Linux
|
||
|
-#LIBS = -lc -llttng-ust # On BSD
|
||
|
+#LIBS = -ldl -llttng-ust # On Linux
|
||
|
+LIBS = -llttng-ust # On FreeBSD
|
||
|
LOCAL_CPPFLAGS += -I.
|
||
|
|
||
|
all: sample
|