Remove empty line from tracepoint.h
[ust.git] / configure.ac
index 908b7de6f29f7bd69b07adb995236fb8e6f1b431..3018d8d9bbfc1ba30d40b1344b1aeba4a43b1e6e 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 ;;
@@ -176,6 +177,8 @@ AC_CONFIG_FILES([
        libust/Makefile
        tests/Makefile
        tests/hello/Makefile
+       tests/ust-basic-tracing/Makefile
+       tests/ust-multi-test/Makefile
        tests/hello2/Makefile
        tests/basic/Makefile
        tests/basic_long/Makefile
This page took 0.023356 seconds and 4 git commands to generate.