rcuja: add testpop to makefile
[userspace-rcu.git] / configure.ac
index b6f787b5fdf47c3b640029654d572b00ee2d7458..bb95f1c2fc370c2b3f47cf5f1429c95c01e1a5aa 100644 (file)
@@ -72,6 +72,7 @@ AS_CASE([$host_cpu],
        [ppc], [ARCHTYPE="ppc"],
        [s390], [ARCHTYPE="s390"],
        [s390x], [ARCHTYPE="s390"],
+       [sparc], [ARCHTYPE="sparc64"],
        [sparc64], [ARCHTYPE="sparc64"],
        [alpha*], [ARCHTYPE="alpha"],
        [ia64], [ARCHTYPE="gcc"],
@@ -289,7 +290,9 @@ AC_CONFIG_LINKS([
 AC_CONFIG_FILES([
        Makefile
        doc/Makefile
+       doc/examples/Makefile
        tests/Makefile
+       rcuja/Makefile
        liburcu.pc
        liburcu-bp.pc
        liburcu-cds.pc
This page took 0.022689 seconds and 4 git commands to generate.