Fix: remove double use of PTHREAD_CFLAGS
[urcu.git] / tests / benchmark / Makefile.am
index 9899f547f05c25ab7c034e7671551f0efcb2794e..216d0139c178b96e6a62a3a0b64a073b880e681b 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS += $(PTHREAD_CFLAGS) -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/common -g
+AM_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 \
This page took 0.02565 seconds and 4 git commands to generate.