Fix: Don't override user variables within the build system
[urcu.git] / tests / benchmark / Makefile.am
index 0c3fd77d04481a965a3c58fdde296f793dcec986..9899f547f05c25ab7c034e7671551f0efcb2794e 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/common -g
+AM_CFLAGS += $(PTHREAD_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/common -g
 
 SCRIPT_LIST = common.sh \
        run.sh \
 
 SCRIPT_LIST = common.sh \
        run.sh \
This page took 0.023606 seconds and 4 git commands to generate.