Use gcc atomics on aarch64/powerpc64le
[urcu.git] / Makefile.am
index e09778febcda0d37710fd978bdaaa0abda51603e..2c971d7ce54a9867d95222680add2c9ae4c6dc45 100644 (file)
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS=-I config
 
-INCLUDES = -I$(top_builddir)/urcu
+AM_CPPFLAGS = -I$(top_builddir)/urcu
 
 #Add the -version-info directly here since we are only building
 # library that use the version-info
@@ -37,9 +37,7 @@ else
 COMPAT=
 endif
 
-if COMPAT_FUTEX
 COMPAT+=compat_futex.c
-endif
 
 RCULFHASH = rculfhash.c rculfhash-mm-order.c rculfhash-mm-chunk.c \
                rculfhash-mm-mmap.c
This page took 0.023789 seconds and 4 git commands to generate.