X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=a885fd97cbea3aab19bb4d09c86f990df1c0754d;hp=85123a1ee28432bf851507041196002140add345;hb=a2e7bf9ce5de5113c7f59c380b0087e291cd603d;hpb=1b9119f8d4c3f40a61d4ee5403f0e7e5967c33d8 diff --git a/configure.ac b/configure.ac index 85123a1..a885fd9 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,7 @@ asm volatile("dmb":::"memory"); ) fi -UATOMICSRC=urcu/uatomic_arch_$ARCHTYPE.h +UATOMICSRC=urcu/uatomic/$ARCHTYPE.h ARCHSRC=urcu/arch/$ARCHTYPE.h if test "x$ARCHTYPE" != xx86 -a "x$ARCHTYPE" != xppc; then APISRC=tests/api_gcc.h @@ -240,7 +240,7 @@ CFLAGS=$saved_CFLAGS AC_CONFIG_LINKS([ urcu/arch.h:$ARCHSRC - urcu/uatomic_arch.h:$UATOMICSRC + urcu/uatomic.h:$UATOMICSRC tests/api.h:$APISRC ]) AC_CONFIG_FILES([