build: check for CXX_WORKS for cmake example
[lttng-ust.git] / doc / examples / demo-tracef / Makefile
index 644acdce918795fd272904ac76b7fa9d8fac8579..40e9a581e90df7657881590dab99270704be75ea 100644 (file)
 #
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
-CC = gcc
+ifdef AM_CC
+       CC = $(AM_CC)
+endif
+
 LIBS = -ldl -llttng-ust        # On Linux
 #LIBS = -lc    # On BSD
 LOCAL_CPPFLAGS += -I.
This page took 0.051574 seconds and 4 git commands to generate.