Implement libustctl
[ust.git] / configure.ac
index a8ec60a183a7deeb5ea1e5c1b75b705436a45378..10e1af443a4b61bdbf2786d9e458bbe366aecdd2 100644 (file)
@@ -101,6 +101,7 @@ changequote([,])dnl
        x86_64) LIBFORMAT="elf64-x86-64" ;;
        powerpc) LIBFORMAT="elf32-powerpc" ;;
        ppc64) LIBFORMAT="elf64-powerpc" ;;
+       powerpc64) LIBFORMAT="elf64-powerpc" ;;
        s390) LIBFORMAT="elf32-s390"; NO_UNALIGNED_ACCESS=1 ;;
        s390x) LIBFORMAT="elf64-s390"; NO_UNALIGNED_ACCESS=1 ;;
         armv5) LIBFORMAT="elf32-littlearm"; NO_UNALIGNED_ACCESS=1 ;;
@@ -174,6 +175,7 @@ AC_CONFIG_FILES([
        liblttng-ust-comm/Makefile
        libringbuffer/Makefile
        libust/Makefile
+       libustctl/Makefile
        tests/Makefile
        tests/hello/Makefile
        tests/ust-basic-tracing/Makefile
This page took 0.024284 seconds and 4 git commands to generate.