Fix: examples: use destroy API for queues/stacks
[urcu.git] / doc / examples / Makefile.examples.template
index e1a971e391423d481207f6bd99387ab51e37b184..6dd2baca623174da315f8b9d2a5b4064e302323a 100644 (file)
@@ -11,7 +11,9 @@
 #
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
-CC = gcc
+ifdef AM_CC
+CC = $(AM_CC)
+endif
 CFLAGS = -g -O2 -Wall
 
 all: $(BINARY)
This page took 0.022717 seconds and 4 git commands to generate.