Fix: remove double use of PTHREAD_CFLAGS
[urcu.git] / tests / unit / Makefile.am
index ce9d1b23069964a735a5092e76e71435e0247b89..e6f7b3e01572a668e9d5b53d59c6cbd8ab2b7c64 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/utils -I$(top_srcdir)/tests/common -g
+AM_CFLAGS += -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g
 
 SCRIPT_LIST = test_loop run.sh unit_tests
 
This page took 0.022252 seconds and 4 git commands to generate.